The XFaceCollisionInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | Overloaded. | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| GetHashCode |
Gets the hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().) | |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| ToString | Returns the fully qualified type name of this instance. |
Operators
| Name | Description | |
|---|---|---|
| Equality |
Tests whether the instance a and the instance b are equal.
| |
| Inequality |
Tests whether the instance a and the instance b are not equal.
|
Fields
| Name | Description | |
|---|---|---|
| Empty |
Empty information about two surfaces collision.
|
Properties
| Name | Description | |
|---|---|---|
| Collided |
Whether collision happened.
| |
| Face1Centroid |
Center of the first colliding face.
| |
| Face1Index |
Index of the first colliding face in array Faces1.
| |
| Face2Centroid |
Center of the second colliding face.
| |
| Face2Index |
Index of the second colliding face in array Faces2.
| |
| Faces1 |
First array of faces.
| |
| Faces2 |
Second array of faces.
|