Skip to content

RaycastHit.SubShape Property

Definition

Namespace: Brine2D.Physics

The specific sub-shape that was hit, or null when the primary shape was hit \(or the body uses a chain shape whose segments have no individual [SubShape](SubShape.md 'Brine2D\.Physics\.RaycastHit\.SubShape')\).

C#
public Brine2D.ECS.Components.SubShape? SubShape { get; init; }

Property Value

SubShape