PhysicsBodyComponent.OnTriggerExitWithShape Event
Definition¶
Namespace: Brine2D.ECS.Components
Fired once when another body stops overlapping this trigger, with sub-shape detail. Arguments mirror OnTriggerEnterWithShape: the first sub-shape is on \<em>this\</em> body, the second is on the \<em>visitor\</em> body.
public event Action<PhysicsBodyComponent,SubShape?,SubShape?>? OnTriggerExitWithShape;