SpriteFrame.TryGetHitBox(string) Method
Definition¶
Namespace: Brine2D.Animation
Returns the named hit box if present, or null.
public System.Nullable<Brine2D.Core.Rectangle> TryGetHitBox(string name);
Parameters¶
name System.String
Namespace: Brine2D.Animation
Returns the named hit box if present, or null.
public System.Nullable<Brine2D.Core.Rectangle> TryGetHitBox(string name);
name System.String