BoxCollider

a rectangular prism collider

Constructors

this
this(Vector3 size, Vector3 offset)
Undocumented in source.

Members

Variables

size
const(Vector3) size;

the half-size x,y,z dimensions of the collision box

Inherited Members

From Collider

offset
const(Vector3) offset;
Undocumented in source.

Meta