Click or drag to resize
AnimatorParameterAttribute Class
A PropertyAttribute to specify that an Int32 or String field is an AnimatorControllerParameter.
Inheritance Hierarchy

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class AnimatorParameterAttribute : AnimatorHashableFieldAttribute

The AnimatorParameterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodAnimatorParameterAttribute
Initializes a new instance of the AnimatorParameterAttribute class.
Top
Properties
  NameDescription
Public propertyAnimatorMemberName
Gets the name of the animator member.
(Inherited from AnimatorHashableFieldAttribute.)
Public propertyParameterType
Gets the type of the parameter.
Public propertyStatusGetterName
Gets the name of the status getter.
(Inherited from AnimatorHashableFieldAttribute.)
Top
See Also