Skip to content

SubShape.IsTrigger Property

Definition

Namespace: Brine2D.ECS.Components

When true, this sub-shape acts as a sensor: it fires trigger events but generates no collision response. Changing this on a live body applies immediately via a lightweight sensor-events toggle — no full rebuild is required.

public bool IsTrigger { get; set; }

Property Value

System.Boolean