Skip to content

AnimatorComponent.HasLayer(string) Method

Definition

Namespace: Brine2D.Animation

Returns true if a layer with the given name has been added.

C#
public bool HasLayer(string name);

Parameters

name System.String

Returns

System.Boolean