Click or drag to resize
IHierarchyT Interface
An interface to specify that a Component implements a hierarchy definition.

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

Type Parameters

T
The type of nodes in the hierarchy's definition.

The IHierarchyT type exposes the following members.

Methods
  NameDescription
Public methodGetAllNodes
Gets all nodes in this IHierarchyT's definition, with the most basal parts sorted first.
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.
Top
Properties
  NameDescription
Public propertyRoot
Gets the root node in this IHierarchyT definition.
Top
See Also