Table of Contents

Method b3Body_IsBullet

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

b3Body_IsBullet(b3BodyId)

Is this body a bullet?

public static extern NativeBool b3Body_IsBullet(b3BodyId bodyId)

Parameters

bodyId b3BodyId

See the Box3D documentation.

Returns

NativeBool

See the Box3D documentation.