The GwxCollisionSystem type exposes the following members.
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.
|