PhysicObjectParams
PhysicObjectParams plain value object
Type: Value
Methods
| Declaration | Description |
|---|---|
| void PhysicObjectParams() | Default constructor |
| void PhysicObjectParams(const PhysicObjectParams& in other) | Copy constructor |
| PhysicObjectParams& opAssign(const PhysicObjectParams& in other) | operator= |
Properties
| Declaration | Description |
|---|---|
| float mass | |
| float linearfriction | |
| float rollingfriction | |
| float restitution | |
| float ccdradius | |
| float ccdthreshold | |
| int flags | |
| float impactimpulse_threshold | |
| int clippinghull_shapetype | |
| int clippinghull_shapedirection | |
| Vector clippinghull_size |