SubShape.EnableHitEvents Property
Definition¶
Namespace: Brine2D.ECS.Components
Whether hit events (OnCollisionHit) are enabled for
this sub-shape. When null, inherits EnableHitEvents
from the owning body. Changes on a live body apply immediately.
public System.Nullable<bool> EnableHitEvents { get; set; }