Class BoundsUtils
Bounds related utilities
Inherited Members
Namespace: Unity.XR.CoreUtils
Assembly: solution.dll
Syntax
public static class BoundsUtils
Methods
Name | Description |
---|---|
GetBounds(List<GameObject>) | Get the aggregated bounds of a list of GameObjects and their children. |
GetBounds(List<Renderer>) | Get the aggregated bounds of a list of renderers. |
GetBounds(List<Vector3>) | Gets the bounds that encapsulate a list of points. |
GetBounds(Transform) | Get the aggregated bounds of a transform and its children. |
GetBounds(Transform[]) | Get the aggregated bounds of an array of transforms and their children. |
GetBounds<T>(List<T>) | Get the aggregated bounds of a list of colliders. |