ReactPhysics3D
v0.10.2
C++ Physics engine library
|
This is the complete list of members for reactphysics3d::Components, including all inherited members.
Components(MemoryAllocator &allocator, size_t componentDataSize, size_t alignmentMarginSize) | reactphysics3d::Components | |
getEntityIndex(Entity entity) const | reactphysics3d::Components | |
getIsEntityDisabled(Entity entity) const | reactphysics3d::Components | |
getNbComponents() const | reactphysics3d::Components | |
getNbEnabledComponents() const | reactphysics3d::Components | |
hasComponent(Entity entity) const | reactphysics3d::Components | |
hasComponentGetIndex(Entity entity, uint32 &entityIndex) const | reactphysics3d::Components | |
init() | reactphysics3d::Components | |
removeComponent(Entity entity) | reactphysics3d::Components | |
setIsEntityDisabled(Entity entity, bool isDisabled) | reactphysics3d::Components | |
~Components() | reactphysics3d::Components | virtual |