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

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public OrientationParameter(
	int nameHash,
	Vector3 testAxis,
	float testAngle = 90f,
	IEnumerable<Transform> includedBodies = null
)

Parameters

nameHash
Type: SystemInt32
Parameter name hash.
testAxis
Type: Vector3
Local axis to average and test.
testAngle (Optional)
Type: SystemSingle
The angle from Vector3.up within which to test testAxis.
includedBodies (Optional)
Type: System.Collections.GenericIEnumerableTransform
Optional collection of specific bodies to include in the calculation.
See Also