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
-
setValue
void setValue(float float1) -
setValue
void setValue(boolean boolean1) -
getType
AnimationVariableType getType() -
canConvertFrom
-
clear
void clear() -
isReadOnly
default boolean isReadOnly()
-