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

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public 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