Class AnimationVariableSlot

java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
All Implemented Interfaces:
IAnimationVariableSlot
Direct Known Subclasses:
AbstractAnimationVariableSlotEnum, AnimationVariableSlotBool, AnimationVariableSlotCallback, AnimationVariableSlotFloat, AnimationVariableSlotString

public abstract class AnimationVariableSlot extends Object implements IAnimationVariableSlot
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 Details

    • AnimationVariableSlot

      protected AnimationVariableSlot(String string)
  • Method Details