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