Enum data type for collision results between a Primitive and the world bound Status returned by ClampAtWorldBound() and CollideWorldBound.
Member Name | Description |
---|---|
CollideLeft | Primitive has collided with the left-world boundary. |
CollideRight | Primitive has collided with the right-world boundary. |
CollideBottom | Primitive has collided with the bottom-world boundary. |
CollideTop | Primitive has collided with the top-world boundary. |
InsideBound | Primitive is inside the world boundary. |
Namespace: XNACS1Lib
Assembly: XNACS1Lib_PC (in XNACS1Lib_PC.dll)