Expand description
Definition of collision objects and some of their properties.
Structs§
- Collision
Groups - Groups of collision used to filter which object interact with which other one.
- Collision
Groups Pair Filter - A collision filter based collision groups.
- Collision
Object - A stand-alone object that has a position and a shape.
- Collision
Object Slab - A set of collision objects that can be indexed by collision object handles.
- Collision
Object Slab Handle - The unique identifier of a collision object stored in a
CollisionObjectSlab
structure. - Collision
Object Update Flags - Flags indicating what changed in a collision object since the last collision world update.
- Collision
Objects - An iterator yielding references to collision objects.
Enums§
- Geometric
Query Type - The kind of query a CollisionObject may be involved on.
Traits§
- Collision
Object Handle - Trait implemented by a handle indentifying a collision object.
- Collision
Object Ref - Trait implemented by collision objects.
- Collision
Object Set - Trait implemented by sets of collision objects.