AnimatorParameter


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

hashThe hash id of the animator parameter (Read only).
nameThe name of the animator parameter.

Constructors

AnimatorParameterCreates a new animator parameter with the given name.

Operators

ImplicitImplicitly converts a name to an animator parameter.