Click or drag to resize
OrientationParameterAttribute Class
A PropertyAttribute to specify an Animator associated with a particular OrientationParameter.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    PropertyAttribute
      CandlelightOrientationParameterAttribute

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public class OrientationParameterAttribute : PropertyAttribute

The OrientationParameterAttribute type exposes the following members.

Constructors
  NameDescription
Public methodOrientationParameterAttribute
Initializes a new instance of the OrientationParameterAttribute class.
Top
Properties
  NameDescription
Public propertyAnimatorMemberName
Gets the name of the animator member.
Public propertyIsCollapsible
Gets a value indicating whether the drawer should be collapsible.
Top
See Also