 | IHierarchyXTGetEstimatedRootSpaceBoundsTHierarchy Method |
Gets the estimated bounds of the specified hierarchy in its current configuration, in the space of the
specified transform. It will encapsulate all of the
Transforms of the hierarchy's
nodes, as well as all of the currently active
SkinnedMeshRenderers and
MeshRenderers.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic static Bounds GetEstimatedRootSpaceBounds<THierarchy>(
THierarchy hierarchy
)
where THierarchy : struct, new(), IHierarchy<T>
Parameters
- hierarchy
- Type: THierarchy
A IHierarchyT.
Type Parameters
- THierarchy
- An IHierarchyXTstruct type.
Return Value
Type:
Bounds
The estimated bounds in the space of the specified
IHierarchyT's
Root.
See Also