Class AnimationVariableSlot
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
- All Implemented Interfaces:
IAnimationVariableSlot
- Direct Known Subclasses:
AnimationVariableGenericSlot,AnimationVariableSlotBool,AnimationVariableSlotCallback,AnimationVariableSlotFloat,AnimationVariableSlotString
public abstract class AnimationVariableSlot extends java.lang.Object implements IAnimationVariableSlot
-
Constructor Summary
Constructors Modifier Constructor Description protectedAnimationVariableSlot(java.lang.String string) -
Method Summary
Modifier and Type Method Description java.lang.StringgetKey()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface zombie.core.skinnedmodel.advancedanimation.IAnimationVariableSlot
canConvertFrom, clear, getType, getValueBool, getValueFloat, getValueString, isReadOnly, setValue, setValue, setValue
-
Constructor Details
-
AnimationVariableSlot
protected AnimationVariableSlot(java.lang.String string)
-
-
Method Details
-
getKey
public java.lang.String getKey()- Specified by:
getKeyin interfaceIAnimationVariableSlot
-