Skip to content

PhysicsBodyComponent.ActiveContactSubShapes Property

Definition

Namespace: Brine2D.ECS.Components

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

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

Property Value

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