Enum b3TOIState
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
The outcome of a time of impact query. Mirror of b3TOIState.
public enum b3TOIStateFields
b3_toiStateUnknown = 0-
The query has not been run.
b3_toiStateFailed = 1-
The query failed to converge.
b3_toiStateOverlapped = 2-
The shapes were already overlapped at the start of the sweep.
b3_toiStateHit = 3-
The shapes touch within the sweep interval.
b3_toiStateSeparated = 4-
The shapes remain separated for the whole sweep.