Package imi.character.statemachine.corestates

Examples of imi.character.statemachine.corestates.ActionState


        }
    }

    public void setMiscAnimation(String animationName) {
        currentActionInfo = actionMap.get(animationName);
        ActionState action = (ActionState) gameStates.get(CycleActionState.class);
        action.setAnimationSetBoolean(false);
        currentActionInfo.apply(action);
    }
View Full Code Here

TOP

Related Classes of imi.character.statemachine.corestates.ActionState

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.