PostEffectAddUISections Method |
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.
Namespace:
Rhino.Render.PostEffects
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 7.0
Syntax See Also