Description:

Create each of your UI sections using 'new' and then call ui.AddSection() on them. RDK takes ownership of the sections.If your post effect does not need a UI, then your implementation of this method can be a no-op.

Syntax:
public abstract Void AddUISections(
PostEffectUI ui
)
Parameters:
Returns:
Type: Void
Available since:
7.0

Nothing found