Table of Contents

Method b3Body_GetWorld

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3Body_GetWorld(b3BodyId)

Get the world that owns this body

public static extern b3WorldId b3Body_GetWorld(b3BodyId bodyId)

Parameters

bodyId b3BodyId

See the Box3D documentation.

Returns

b3WorldId

See the Box3D documentation.