AnimatorParameter
Struct in Zigurous.Animation
Declaration
[Serializable]
public struct AnimatorParameter
Description
An animation parameter that can be set on an Animator. A hash id is automatically created for the parameter. Ids are used for optimized setters and getters on Animator parameters.
Properties
hash | The hash id of the animator parameter (Read only). |
name | The name of the animator parameter. |
Constructors
AnimatorParameter | Creates a new animator parameter with the given name. |
Operators
Implicit | Implicitly converts a name to an animator parameter. |