Click or drag to resize
BasicPhysicalBodyEnableSimulation Property
If false, will not simulate forces on this body and will make it behave like a kinematic body.

Namespace:  GeonBit.Core.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual bool EnableSimulation { get; set; }

Property Value

Type: Boolean
See Also