Edit

SKRuntimeEffectChildren.Add Method

Definition

Adds a child object to the specified child slot.

public void Add(string name, SkiaSharp.SKRuntimeEffectChild? value);

Parameters

name
String

The name of the child slot as defined in the SkSL shader.

value
Nullable<SKRuntimeEffectChild>

The shader, color filter, or blender to assign to the child slot.

Applies to