pub fn cube_collider() -> Component<Vec3>
Expand description

Cube collider: If attached, this entity will have a cube physics collider.

x, y, z is the size of the cube.

Attributes: Debuggable, Networked, Store