CS::Collisions::CollisionGroup Struct Reference
A structure of collision group. More...
#include <ivaria/collisions.h>
Public Attributes | |
| CollisionGroupMask | mask |
| The mask of the group. | |
| csString | name |
| The name of the group. | |
| CollisionGroupMask | value |
| The value of the group. | |
Detailed Description
A structure of collision group.
The objects in the group will not collide with each other.
Definition at line 92 of file collisions.h.
Member Data Documentation
| CollisionGroupMask CS::Collisions::CollisionGroup::mask |
The mask of the group.
Definition at line 101 of file collisions.h.
The name of the group.
Definition at line 95 of file collisions.h.
| CollisionGroupMask CS::Collisions::CollisionGroup::value |
The value of the group.
Definition at line 98 of file collisions.h.
The documentation for this struct was generated from the following file:
- ivaria/collisions.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
