Skip to content

AnimatorComponent.RemoveLayer(string) Method

Definition

Namespace: Brine2D.Animation

Removes the first layer with the given name and disposes it.

C#
public bool RemoveLayer(string name);

Parameters

name System.String

Returns

System.Boolean