 | AnimatorParameterAttribute Constructor |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic AnimatorParameterAttribute(
AnimatorControllerParameterType parameterType,
string animatorMemberName,
string statusGetterName = ""
)
Parameters
- parameterType
- Type: AnimatorControllerParameterType
Parameter type constraint for the decorated field. - 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