Interface IAnimationVariableSlot

All Known Implementing Classes:
AnimationVariableGenericSlot, AnimationVariableSlot, AnimationVariableSlotBool, AnimationVariableSlotCallback, AnimationVariableSlotCallbackBool, AnimationVariableSlotCallbackFloat, AnimationVariableSlotCallbackInt, AnimationVariableSlotCallbackString, AnimationVariableSlotFloat, AnimationVariableSlotString

public interface IAnimationVariableSlot
  • Method Details

    • getKey

      String getKey()
    • getValueString

      String getValueString()
    • getValueFloat

      float getValueFloat()
    • getValueBool

      boolean getValueBool()
    • setValue

      void setValue(String string)
    • setValue

      void setValue(float float1)
    • setValue

      void setValue(boolean boolean1)
    • getType

    • canConvertFrom

      boolean canConvertFrom(String string)
    • clear

      void clear()
    • isReadOnly

      default boolean isReadOnly()