Class AnimationVariableSlot
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
- All Implemented Interfaces:
IAnimationVariableSlot
- Direct Known Subclasses:
AbstractAnimationVariableSlotEnum
,AnimationVariableSlotBool
,AnimationVariableSlotCallback
,AnimationVariableSlotFloat
,AnimationVariableSlotString
An Animation Variable Slot
Used to store a variable's key+value pair, and its current type.
This abstract class provides the key read-only storage, constructor, and getter.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface zombie.core.skinnedmodel.advancedanimation.IAnimationVariableSlot
canConvertFrom, clear, getEnumValue, getHandle, getType, getValueBool, getValueFloat, getValueString, isReadOnly, setEnumValue, setReadOnly, setValue, setValue, setValue
-
Constructor Details
-
AnimationVariableSlot
-
-
Method Details
-
getKey
Description copied from interface: IAnimationVariableSlot- Specified by:
getKey
in interfaceIAnimationVariableSlot
-