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

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public OrientationParameterAttribute(
	string animatorMemberName,
	bool isCollapsible = true
)

Parameters

animatorMemberName
Type: SystemString
Name of an instance field or property on the decorated field's provider specifying the Animator.
isCollapsible (Optional)
Type: SystemBoolean
If then allow the property to be collapsed in the inspector.
See Also