BoxCollider

a rectangular prism collider

Constructors

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

Members

Mixins

__anonymous
mixin Reflect
Undocumented in source.

Variables

size
const(Vector3) size;

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

Inherited Members

From Collider

__anonymous
mixin Reflect
Undocumented in source.
offset
const(Vector3) offset;
Undocumented in source.

Meta