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