Click or drag to resize
OrientationParameterGetIncludedBodies Method
Gets the bodies that should be included for consideration.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public bool GetIncludedBodies(
	ref List<Transform> bodies
)

Parameters

bodies
Type: System.Collections.GenericListTransform
A list of Transforms to populate.

Return Value

Type: Boolean
, if the returned list specifies particular bodies; otherwise, if all bodies in the hierarchy in question ought to be taken into consideration.
See Also