-
Notifications
You must be signed in to change notification settings - Fork 283
PhysicalObject
Adrien GIVRY edited this page Jun 26, 2020
·
4 revisions
Enter usertype description here...
- Inherits from:
AComponent - C++ related class:
CPhysicalObject - Lua usertype name:
PhysicalObject
This usertype has no variables
| Name | Input | Output | Description |
|---|---|---|---|
| new | PhysicalObject |
| Name | Input | Output | Description |
|---|---|---|---|
| GetMass | |||
| SetMass | |||
| GetFriction | |||
| SetFriction | |||
| GetBounciness | |||
| SetBounciness | |||
| SetLinearVelocity | |||
| SetAngularVelocity | |||
| GetLinearVelocity | |||
| GetAngularVelocity | |||
| SetLinearFactor | |||
| SetAngularFactor | |||
| GetLinearFactor | |||
| GetAngularFactor | |||
| IsTrigger | |||
| SetTrigger | |||
| AddForce | |||
| AddImpulse | |||
| ClearForces | |||
| SetCollisionDetectionMode | |||
| GetCollisionMode | |||
| SetKinematic |
This usertype has no operators