Property IsEnabled
- Namespace
- Box3D
- Assembly
- Box3D.NET.dll
IsEnabled
Gets a value indicating whether the body takes part in the simulation.
public bool IsEnabled { get; }Property Value
Remarks
Use Box3D.Body.Enable and Box3D.Body.Disable to change it.