Click or drag to resize
AnimatorHashableFieldAttribute Constructor
Initializes a new instance of the AnimatorHashableFieldAttribute class.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
protected AnimatorHashableFieldAttribute(
	string animatorMemberName,
	string statusGetterName = ""
)

Parameters

animatorMemberName
Type: SystemString
Name of an instance field or property on the decorated field's provider specifying the Animator.
statusGetterName (Optional)
Type: SystemString
Name of an instance method on the decorated field's provider with the signature Void (out ValidationStatus, out String).
See Also