Struct atlas::rigidbody3d
ClassList > atlas > rigidbody3d
#include <components.hpp>
Public Types
Type | Name |
---|---|
enum | body_type |
Public Attributes
Type | Name |
---|---|
void * | body_at_runtime = /* multi line expression */ |
bool | hax_fixation = false |
body_type | type = body\_type::e\_static |
Public Functions
Type | Name |
---|---|
rigidbody3d () = default |
Detailed Description
Note:
Our interpretation of the RigidBody3D
Public Types Documentation
enum body_type
enum atlas::rigidbody3d::body_type {
e_static = 0,
e_dynamic = 1,
e_kinematic = 2
};
Public Attributes Documentation
variable body_at_runtime
void* atlas::rigidbody3d::body_at_runtime;
variable hax_fixation
bool atlas::rigidbody3d::hax_fixation;
variable type
body_type atlas::rigidbody3d::type;
Public Functions Documentation
function rigidbody3d
atlas::rigidbody3d::rigidbody3d () = default
The documentation for this class was generated from the following file TheAtlasEngine/atlas/core/scene/components.hpp