 | OrientationParameterGetIncludedBodies Method |
Gets the bodies that should be included for consideration.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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