Defines the performing of the collision detection.
Namespace:
SGP.XSpaceAssembly: SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825
Syntax
C# |
---|
[FlagsAttribute] public enum XCollisionDetection |
Members
Member name | Description | |
---|---|---|
None |
No detection.
| |
AxisAlignedBox |
Detection using the axially aligned box.
| |
OrientedBox |
Detection using the oriented box.
| |
Mesh |
Detection using the mesh (vertices network).
| |
ModeMask |
Mask of the detection mode.
| |
NoInterSubsprite |
Attribute for not detecting the collision among subsprites.
| |
AllHits |
Return all collisions.
|