Package zombie.debug.options
Class Animation
java.lang.Object
zombie.debug.options.OptionGroup
zombie.debug.options.Animation
- All Implemented Interfaces:
IDebugOption
,IDebugOptionGroup
public final class Animation extends OptionGroup
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Animation.AnimLayerOG
static class
Animation.SharedSkelesOG
-
Field Summary
Fields Modifier and Type Field Description BooleanDebugOption
AllowEarlyTransitionOut
Animation.AnimLayerOG
AnimLayer
BooleanDebugOption
AnimRenderPicker
BooleanDebugOption
BlendUseFbx
BooleanDebugOption
Debug
Animation.SharedSkelesOG
SharedSkeles
Fields inherited from class zombie.debug.options.OptionGroup
Group
-
Constructor Summary
Constructors Constructor Description Animation()
-
Method Summary
Methods inherited from class zombie.debug.options.OptionGroup
addChild, getChildren, getName, getParent, newDebugOnlyOption, newDebugOnlyOption, newOption, newOption, onChildAdded, onDescendantAdded, setParent
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
Debug
-
AllowEarlyTransitionOut
-
AnimLayer
-
AnimRenderPicker
-
BlendUseFbx
-
-
Constructor Details
-
Animation
public Animation()
-