![]() | IBodyChainT, TPart Interface |
Namespace: Candlelight
public interface IBodyChain<T, TPart> : IHierarchy<TPart>, IValidatable where T : Object, IBodyChain<T, TPart> where TPart : Component
The IBodyChainT, TPart type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetAllNodes |
Gets all nodes in this IHierarchyT's definition, with the most basal parts
sorted first.
(Inherited from IHierarchyT.) |
![]() | GetBodies |
Gets all TParts in this IBodyChainT, TPart's definition.
|
![]() | GetEstimatedLocalBounds |
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.) |
![]() | GetValidationStatus |
Gets the validation status.
(Inherited from IValidatable.) |
Name | Description | |
---|---|---|
![]() | BodyCount |
Gets the number of TParts in the chain.
|
![]() | Item |
Gets the TPart with the specified index.
|
![]() | LastBody |
Gets the last TPart in the chain.
|
![]() | Root |
Gets the root node in this IHierarchyT definition.
(Inherited from IHierarchyT.) |
![]() | ValidationStatus |
Gets the validation status.
(Inherited from IValidatable.) |