Class AnimationVariableSlotCallback

java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotCallback
All Implemented Interfaces:
IAnimationVariableSlot
Direct Known Subclasses:
AnimationVariableSlotCallbackBool, AnimationVariableSlotCallbackFloat, AnimationVariableSlotCallbackInt, AnimationVariableSlotCallbackString

public abstract class AnimationVariableSlotCallback
extends AnimationVariableSlot
  • Constructor Details

  • Method Details

    • getValue

      public java.lang.Object getValue()
    • getDefaultValue

      public abstract java.lang.Object getDefaultValue()
    • trySetValue

      public boolean trySetValue​(java.lang.Object object)
    • isReadOnly

      public boolean isReadOnly()
    • clear

      public void clear()