SpriteFrame.NamedHitBoxes Property
Definition
Namespace: Brine2D.Animation
Read-only view of all named hit boxes on this frame.
C#
public System.Collections.Generic.IReadOnlyDictionary<string,Brine2D.Core.Rectangle>? NamedHitBoxes { get; }
Property Value
System.Collections.Generic.IReadOnlyDictionary<System.String,Rectangle>