Click or drag to resize
TransformChainGetBodies Method
Gets all Transforms in this TransformChain's definition.

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

Parameters

bodies
Type: System.Collections.GenericListTransform
A list to populate with the non-root Transform bodies in this TransformChain's definition. Some values may be .

Return Value

Type: Int32
A bit field of HierarchyStatusCodes for the chain.

Implements

IBodyChainT, TPartGetBodies(ListTPart)
See Also