Click or drag to resize
BasicPhysicalBodyIsEthereal Property
If true, this object will not have a physical body (eg other objects will pass through it), but will still trigger contact events.

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

Property Value

Type: Boolean
See Also