Skip to content

SpriteFrame.RemoveHitBox(string) Method

Definition

Namespace: Brine2D.Animation

Removes the named hit box. Returns true if it existed.

C#
public bool RemoveHitBox(string name);

Parameters

name System.String

Returns

System.Boolean