Click or drag to resize
OrientationParameter Class
A class for defining an Animator parameter of type AnimatorControllerParameterType.Bool that indicates whether or not a specified (average) local axis on a collection of Transform objects is currently facing up.
Inheritance Hierarchy
SystemObject
  CandlelightOrientationParameter

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[SerializableAttribute]
public class OrientationParameter

The OrientationParameter type exposes the following members.

Constructors
  NameDescription
Public methodOrientationParameter
Initializes a new instance of the OrientationParameter class.
Top
Methods
  NameDescription
Public methodGetIncludedBodies
Gets the bodies that should be included for consideration.
Top
Properties
  NameDescription
Public propertyIncludeAllBodies
Gets a value indicating whether this OrientationParameter should include all bodies in the hierarchy being tested.
Public propertyNameHash
Gets the parameter name hash.
Public propertyTestAngle
Gets the test angle.
Public propertyTestAxis
Gets the local axis to average and test.
Top
See Also