 | AnimatorHashableFieldAttribute Constructor |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxprotected 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