Class AdvancedAnimator
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AdvancedAnimator
- All Implemented Interfaces:
IAnimEventCallback
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
boolean
boolean
containsState
(String string) int
GetDebug()
protected AdvancedAnimator.SubLayerSlot
getOrCreateSlot
(String string) getSubLayerAt
(int int1) int
void
init
(IAnimatable iAnimatable) boolean
void
OnAnimDataChanged
(boolean boolean1) void
OnAnimEvent
(AnimLayer animLayer, AnimEvent animEvent) void
printDebugCharacterActions
(String string) void
Reload()
void
render()
void
SetAnimSet
(AnimationSet animationSet) void
setDebugMonitor
(AnimatorDebugMonitor animatorDebugMonitor) void
setRecorder
(AnimationPlayerRecorder animationPlayerRecorder) void
void
static void
void
update()
void
updateSpeedScale
(String string, float float1)
-
Field Details
-
animSet
-
animCallbackHandlers
-
s_MotionScale
public static float s_MotionScale -
s_RotationScale
public static float s_RotationScale
-
-
Constructor Details
-
AdvancedAnimator
public AdvancedAnimator()
-
-
Method Details
-
systemInit
public static void systemInit() -
checkModifiedFiles
public static void checkModifiedFiles() -
GetDebug
-
OnAnimDataChanged
public void OnAnimDataChanged(boolean boolean1) -
Reload
public void Reload() -
init
-
SetAnimSet
-
OnAnimEvent
- Specified by:
OnAnimEvent
in interfaceIAnimEventCallback
-
getCurrentStateName
-
containsState
-
SetState
-
SetState
-
getOrCreateSlot
-
update
public void update() -
render
public void render() -
printDebugCharacterActions
-
debugGetVariables
-
getDebugMonitor
-
setDebugMonitor
-
getCharacter
-
updateSpeedScale
-
containsAnyIdleNodes
public boolean containsAnyIdleNodes() -
getRootLayer
-
getSubLayerCount
public int getSubLayerCount() -
getSubLayerAt
-
getActiveSubLayerCount
public int getActiveSubLayerCount() -
setRecorder
-
isRecording
public boolean isRecording()
-