Table of Contents

Method b3Body_Enable

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

b3Body_Enable(b3BodyId)

Enable a body by adding it to the simulation. This is expensive.

public static extern void b3Body_Enable(b3BodyId bodyId)

Parameters

bodyId b3BodyId

See the Box3D documentation.