ReactPhysics3D  v0.10.1
C++ Physics engine library
reactphysics3d::ColliderComponents::ColliderComponent Struct Reference

Structure for the data of a collider component. More...

#include <include/reactphysics3d/components/ColliderComponents.h>

Public Member Functions

 ColliderComponent (Entity bodyEntity, Collider *collider, AABB localBounds, const Transform &localToBodyTransform, CollisionShape *collisionShape, unsigned short collisionCategoryBits, unsigned short collideWithMaskBits, const Transform &localToWorldTransform, const Material &material)
 Constructor.
 

Public Attributes

Entity bodyEntity
 
Collidercollider
 
AABB localBounds
 
const TransformlocalToBodyTransform
 
CollisionShapecollisionShape
 
unsigned short collisionCategoryBits
 
unsigned short collideWithMaskBits
 
const TransformlocalToWorldTransform
 
const Materialmaterial
 

Detailed Description

Structure for the data of a collider component.


The documentation for this struct was generated from the following file: