Method b3Body_GetType
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetType(b3BodyId)
Get the body type: static, kinematic, or dynamic
public static extern b3BodyType b3Body_GetType(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
Returns
- b3BodyType
-
See the Box3D documentation.