Struct Box
Properties
size
public Vector3 size { get; set; }
center
public Vector3 center { get; set; }
forwardDirection
public Vector3 forwardDirection { get; set; }
Constructors
Box(Vector3 size, Vector3 center, Vector3 forwardDirection)
public Box(Vector3 size, Vector3 center, Vector3 forwardDirection)
Box()
public Box()