EntityAnimator
Abstract class in SurvivEngine.Entities namespace
Inherits from SurvivEngine.Entities.EntityComponentBase
Abstract class in SurvivEngine.Entities namespace
Inherits from SurvivEngine.Entities.EntityComponentBase
Base class for entity animators.
Encapsulates setting parameter values on an entity's animator.
Sets the parameter with the given ID's boolean value.
id ID of the parameter to set.
state The boolean value to assign to the parameter.
Sets the parameter with the given ID's float value.
id ID of the parameter to set.
state The float value to assign to the parameter.
Activates the trigger with the given ID.
id ID of the trigger to set.