Click or drag to resize
AnimatorHashableFieldAttribute Class
Base class for a PropertyAttribute to specify an Int32 or String field is some hashable property for an Animator.
Inheritance Hierarchy

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

The AnimatorHashableFieldAttribute type exposes the following members.

Constructors
  NameDescription
Protected methodAnimatorHashableFieldAttribute
Initializes a new instance of the AnimatorHashableFieldAttribute class.
Top
Properties
  NameDescription
Public propertyAnimatorMemberName
Gets the name of the animator member.
Public propertyStatusGetterName
Gets the name of the status getter.
Top
See Also