Class AnimationVariableSlotEnum<EnumType extends Enum<EnumType>>
java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AbstractAnimationVariableSlotEnum<EnumType>
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotEnum<EnumType>
- All Implemented Interfaces:
IAnimationVariableSlot
public class AnimationVariableSlotEnum<EnumType extends Enum<EnumType>>
extends AbstractAnimationVariableSlotEnum<EnumType>
-
Constructor Summary
ConstructorsConstructorDescriptionAnimationVariableSlotEnum(Class<EnumType> enumTypeClass, String key, EnumType in_defaultVal, IAnimationVariableSlotDescriptor descriptor) -
Method Summary
Methods inherited from class AbstractAnimationVariableSlotEnum
canConvertFrom, clear, getDefaultValue, getEnumTypeClass, getEnumValue, getType, getValueBool, getValueFloat, getValueString, setEnumValue, setValue, setValue, setValueMethods inherited from class AnimationVariableSlot
getDescription, getKeyMethods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface IAnimationVariableSlot
getHandle, isReadOnly, setReadOnly
-
Constructor Details
-
AnimationVariableSlotEnum
public AnimationVariableSlotEnum(Class<EnumType> enumTypeClass, String key, EnumType in_defaultVal, IAnimationVariableSlotDescriptor descriptor)
-
-
Method Details
-
getValue
-
setValue
-