 | IHierarchyXTGetEstimatedHierarchySpaceBoundsTHierarchy 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 GetEstimatedHierarchySpaceBounds<THierarchy>(
THierarchy hierarchy
)
where THierarchy : Component, IHierarchy<T>
Parameters
- hierarchy
- Type: THierarchy
A IHierarchyT.
Type Parameters
- THierarchy
- An IHierarchyXTComponent type.
Return Value
Type:
Bounds
The estimated bounds in the specified
IHierarchyT's
Transform.
See Also