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