-
Notifications
You must be signed in to change notification settings - Fork 285
PhysicalBox
Adrien GIVRY edited this page Sep 23, 2020
·
3 revisions
PhysicalObject with a box shape
- Inherits from:
CPhysicalObject - C++ related class:
CPhysicalBox - Lua usertype name:
PhysicalBox
This usertype has no variables
| Name | Input | Output | Description |
|---|---|---|---|
| new | PhysicalBox |
| Name | Input | Output | Description |
|---|---|---|---|
| GetSize |
PhysicalBox: instance |
Vector3 |
Returns the size of the physical box |
| SetSize |
PhysicalBox: instanceVector3: size |
Sets the size of the physical box |
This usertype has no operators