Companion

Functions

Link copied to clipboard
fun fromAnchor(anchorUVW: Vector3, anchor: Vector3, width: Double, height: Double = width, depth: Double = width): Box

Create a new Box by specifying the anchorUVW, anchor positions with dimensions width and height.

Link copied to clipboard
fun fromCenter(center: Vector3, width: Double, height: Double = width, depth: Double = width): Box

Creates a new Box by specifying the center position with dimensions width, height and depth.

Properties

Link copied to clipboard
val EMPTY: Box