|
| RigidBodyComponent (float mass, ColliderComponent *colliderComponent) |
|
void | SetCollisionShape (ColliderComponent *colliderComponent) |
|
void | SetFriction (float friction) |
|
void | SetRestitution (float restitution) |
|
void | SetDamping (float linear, float rotational) |
|
void | ApplyForce (Math::Float3 pos, Math::Float3 force) |
|
void | ApplyCentralForce (Math::Float3 force) |
|
void | ApplyImpulse (Math::Float3 pos, Math::Float3 force) |
|
void | ApplyCentralImpulse (Math::Float3 force) |
|
float | GetMass () const |
|
float | GetFriction () const |
|
float | GetRestitution () const |
|
float | GetDampingLinear () const |
|
float | GetDampingRotational () const |
|
|
btRigidBody * | rigidBody = nullptr |
|
The documentation for this struct was generated from the following files:
- /github/workspace/sources/code/Plugins/PhysicsBullet/Components/RigidBodyComponent.hpp
- /github/workspace/sources/code/Plugins/PhysicsBullet/Components/RigidBodyComponent.cpp