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

Examples of org.jdesktop.wonderland.common.cell.state.InteractionComponentClientState


    public CellComponentClientState getClientState(CellComponentClientState state,
                                                   WonderlandClientID clientID,
                                                   ClientCapabilities capabilities)
    {
        if (state == null) {
            state = new InteractionComponentClientState();
        }

        ((InteractionComponentClientState) state).setCollidable(collidable);
        ((InteractionComponentClientState) state).setSelectable(selectable);
View Full Code Here

TOP

Related Classes of org.jdesktop.wonderland.common.cell.state.InteractionComponentClientState

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.