Method b3World_GetSensorEvents
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3World_GetSensorEvents(b3WorldId)
Get sensor events for the current time step. The event data is transient. Do not store a reference to this data.
public static extern b3SensorEvents b3World_GetSensorEvents(b3WorldId worldId)Parameters
worldIdb3WorldId-
See the Box3D documentation.
Returns
- b3SensorEvents
-
See the Box3D documentation.