The XCollisionInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | XCollisionInfo |
Methods
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
![]() | GetType | Gets the Type of the current instance. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. |
![]() | Refine | Overloaded. |
![]() | ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | Collided |
Whether collision happened.
|
![]() | FaceCollision |
Detailed information about two surfaces collision.
|
![]() | Handled |
Collision has been processed.
|
![]() | OtherInfo |
Additional information (depend on XCollisionDetection).
|
![]() | Sprite1 |
First sprite of the collision.
|
![]() | Sprite2 |
Second sprite of the collision.
|
![]() | SyncRoot | |
![]() | Time |
Time of the collision.
|
![]() | WorldDistance |
Distance of the colliding objects in world coordinates.
|