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. |