AnimatorComponent.HasLayer(string) Method
Definition¶
Namespace: Brine2D.Animation
Returns true if a layer with the given name has been added.
public bool HasLayer(string name);
Parameters¶
name System.String
Namespace: Brine2D.Animation
Returns true if a layer with the given name has been added.
public bool HasLayer(string name);
name System.String