The GwxCollisionSystem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| GwxCollisionSystem |
Only for serialization purposes.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Overrides the equals method. Used mainly for serialization purposes.
(Overrides Object..::..Equals(Object).) | |
| FindBody |
Finds registered collision body.
| |
| FindPair |
Finds pair of registered collision bodies.
| |
| GetHashCode |
Gets the base hash code.
(Overrides Object..::..GetHashCode()()()().) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| RegisterBody(String) |
Registers new collision body.
| |
| RegisterBody(GwxDependencyObject) |
Registers new collision body.
| |
| RegisterPair(String, String) |
Registers pair of uniquely named 3D objects.
| |
| RegisterPair(GwxDependencyObject, GwxDependencyObject) |
Registers pair of 3D objects.
| |
| StartDetecting |
Activates collision detection system.
| |
| StopDetecting |
Deactivates collision detection system.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UnregisterBody(String) |
Unregisters collision body.
| |
| UnregisterBody(GwxDependencyObject) |
Unregisters collision body.
| |
| UnregisterPair(String, String) |
Unregisters pair of uniquely named 3D objects.
| |
| UnregisterPair(GwxDependencyObject, GwxDependencyObject) |
Unregisters pair of 3D objects.
| |
| Validate |
Validates registered collision bodies and paires.
|
Fields
| Name | Description | |
|---|---|---|
| DefaultValue |
Default value for the collision system.
|
Properties
| Name | Description | |
|---|---|---|
| CollisionEndLogging |
Global options for logging ending collisions when not in restricted mode.
| |
| CollisionStartLogging |
Global options for logging starting collisions when not in restricted mode.
| |
| Enabled |
Global on/off option for collision detection system.
| |
| MaxTriangles |
Maximum number of triangles in leaf nodes of inner hierarchies.
| |
| PreprocessQuality |
Quality of preprocessed inner structures.
| |
| RegisteredBodies |
List of objects included in the collision detection.
| |
| RegisteredPairs |
Explicitly defined pairs of collision bodies to be tested.
| |
| RestrictedMode |
Restricted mode: system tests only selected pairs of bodies.
|