-
Notifications
You must be signed in to change notification settings - Fork 233
PhysicalBox
Adrien GIVRY edited this page Sep 26, 2020
·
3 revisions
PhysicalObject with a box shape
- C++ related class:
OvCore::ECS::Components::CPhysicalBox
- Inherits from lua usertype:
PhysicalObject
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