Skip to content

PhysicsBodyComponent.ActiveSensorSubShapes Property

Definition

Namespace: Brine2D.ECS.Components

Sub-shape pairs for active sensor overlaps, keyed by other body's index1.

C#
internal System.Collections.Generic.Dictionary<nint,(Brine2D.ECS.Components.SubShape? Self,Brine2D.ECS.Components.SubShape? Other)> ActiveSensorSubShapes { internal get; }

Property Value

System.Collections.Generic.Dictionary<nint,<SubShape,SubShape>>