Click or drag to resize
BasicPhysicalBodyInvokeCollisionEvents Property
If true (default) will invoke collision events. You can turn this off for optimizations.

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

Property Value

Type: Boolean
See Also