/// <summary> /// Creates or retrieves a layer. /// The identifier will be shown in the editor as "Effect name (Identifier)". /// Layers will be sorted by the order in which they are first retrieved. /// </summary> public StoryboardLayer GetLayer(string identifier) => context.GetLayer(identifier);