Package org.jdesktop.wonderland.common.cell.component.state

Examples of org.jdesktop.wonderland.common.cell.component.state.CellPhysicsPropertiesComponentClientState


            WonderlandClientID clientID,
            ClientCapabilities capabilities) {

        // If the given cellClientState is null, create a new one
        if (clientState == null) {
            clientState = new CellPhysicsPropertiesComponentClientState();
        }

        physicsState.getClientState(clientState);

        return clientState;
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.common.cell.component.state.CellPhysicsPropertiesComponentClientState

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.