Class: InvertedBoxCollider

InvertedBoxCollider

A box-shaped collider with the "walls" pointing to the inside


new InvertedBoxCollider( [thickness] [, min] [, max])

Parameters:
Name Type Argument Description
thickness Float4 <optional>

The thickness of the box walls. Defaults to .1

min Float4 <optional>

The minimum coordinates of the box in local object space. If omitted, will use the object bounds.

max Float4 <optional>

The maximum coordinates of the box in local object space. If omitted, will use the object bounds.

Author:
  • derschmale <http://www.derschmale.com>