|
Grindstone Game Engine v0.2.0
An open source game engine and toolkit.
|
Public Member Functions | |
| CharacterRigidbodyControllerComponent | Clone (Grindstone::WorldContextSet &cxt, entt::entity newEntityId) const |
| bool | IsOnGround () const |
| void | SetVelocity (Math::Float3 velocity) |
| Grindstone::Math::Float3 | GetVelocity () const |
| void | SetRotation (Math::Quaternion rot) |
| Grindstone::Math::Quaternion | GetRotation () const |
Static Public Member Functions | |
| static void | Construct (Grindstone::WorldContextSet &, entt::entity) |
| static void | Destroy (Grindstone::WorldContextSet &, entt::entity) |
Public Attributes | |
| JPH::Ref< JPH::Character > | character = nullptr |