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