Click or drag to resize
IBodyChainT, TPart Interface

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public interface IBodyChain<T, TPart> : IHierarchy<TPart>, 
	IValidatable
where T : Object, IBodyChain<T, TPart>
where TPart : Component

Type Parameters

T
The type of IBodyChainT, TPart.
TPart
The type of bodies in the chain.

The IBodyChainT, TPart type exposes the following members.

Methods
  NameDescription
Public methodGetAllNodes (Inherited from IHierarchyT.)
Public methodGetBodies
Gets all TParts in this IBodyChainT, TPart's definition.
Public methodGetEstimatedLocalBounds
Gets the estimated Bounds of this IHierarchyT in its current configuration, in the space of its Transform component. It will encapsulate all of the Transforms of the hierarchy's nodes, as well as all of the currently active SkinnedMeshRenderers and MeshRenderers.
(Inherited from IHierarchyT.)
Public methodGetValidationStatus
Gets the validation status.
(Inherited from IValidatable.)
Top
Properties
See Also