Skip to content

AnimatorComponent.GetLayer(string) Method

Definition

Namespace: Brine2D.Animation

Returns the first layer with the given name, or null.

public Brine2D.Animation.AnimationLayer? GetLayer(string name);

Parameters

name System.String

Returns

AnimationLayer