Method GetBoundaryDimensions
GetBoundaryDimensions(BoundaryType, out Vector3)
Get a vector of the spatial dimensions of the specified boundary type. (x = width, y = height, z = depth) with height always returning 0. Return true if boundary dimensions are supported and values are available. Return false otherwise.
Declaration
public static bool GetBoundaryDimensions(Boundary.BoundaryType boundaryType, out Vector3 dimensions)
Parameters
| Type | Name | Description |
|---|---|---|
| Boundary.BoundaryType | boundaryType | |
| Vector3 | dimensions |
Returns
| Type | Description |
|---|---|
| bool |