Class AnimationVariableSlotBool

java.lang.Object
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlot
zombie.core.skinnedmodel.advancedanimation.AnimationVariableSlotBool
All Implemented Interfaces:
IAnimationVariableSlot

public final class AnimationVariableSlotBool
extends AnimationVariableSlot
  • Constructor Details

    • AnimationVariableSlotBool

      public AnimationVariableSlotBool​(java.lang.String string)
  • Method Details

    • getValueString

      public java.lang.String getValueString()
    • getValueFloat

      public float getValueFloat()
    • getValueBool

      public boolean getValueBool()
    • setValue

      public void setValue​(java.lang.String string)
    • setValue

      public void setValue​(float float1)
    • setValue

      public void setValue​(boolean boolean1)
    • getType

      public AnimationVariableType getType()
    • canConvertFrom

      public boolean canConvertFrom​(java.lang.String string)
    • clear

      public void clear()