-
Notifications
You must be signed in to change notification settings - Fork 276
PhysicalCapsule
Adrien GIVRY edited this page Sep 26, 2020
·
3 revisions
Represent a physical object with a capsule shape
- C++ related class:
OvCore::ECS::Components::CPhysicalCapsule - Inherits from lua usertype:
PhysicalObject
This usertype has no variables
| Name | Input | Output | Description |
|---|---|---|---|
| new | PhysicalCapsule |
| Name | Input | Output | Description |
|---|---|---|---|
| GetRadius |
PhysicalCapsule: instance |
number |
Returns the radius of the physical capsule |
| SetRadius |
PhysicalCapsule: instancenumber: radius |
Sets the radius of the physical capsule | |
| GetHeight |
PhysicalCapsule: instance |
number |
Returns the height of the physical capsule |
| SetHeight |
PhysicalCapsule: instancenumber: height |
Sets the height of the physical capsule |
This usertype has no operators
