Class Boundary
Assembly: UnityEngine.dll
Syntax
public static class Boundary
Properties
Declaration
public static bool configured { get; }
Property Value
visible
Declaration
public static bool visible { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
TryGetDimensions(out Vector3)
Declaration
public static bool TryGetDimensions(out Vector3 dimensionsOut)
Parameters
Type |
Name |
Description |
Vector3 |
dimensionsOut |
|
Returns
|
Improve this Doc
View Source
TryGetDimensions(out Vector3, Boundary.Type)
Declaration
public static bool TryGetDimensions(out Vector3 dimensionsOut, [DefaultValue("Type.PlayArea")] Boundary.Type boundaryType)
Parameters
Returns
|
Improve this Doc
View Source
TryGetGeometry(List<Vector3>)
Declaration
public static bool TryGetGeometry(List<Vector3> geometry)
Parameters
Returns
|
Improve this Doc
View Source
TryGetGeometry(List<Vector3>, Boundary.Type)
Declaration
public static bool TryGetGeometry(List<Vector3> geometry, [DefaultValue("Type.PlayArea")] Boundary.Type boundaryType)
Parameters
Returns