Click or drag to resize

BasePluginShowUI Method

Shows the specific UI embedded in the plugin instance.

Namespace: RAYLASE.Marker.Plugin
Assembly: RAYLASE.Marker.Plugin (in RAYLASE.Marker.Plugin.dll) Version: 2.19.0
Syntax
C#
public virtual PluginSettingsView ShowUI(
	string id
)

Parameters

id  String
The ID of the UI.

Return Value

PluginSettingsView

[Missing <returns> documentation for "M:RAYLASE.Marker.Plugin.BasePlugin.ShowUI(System.String)"]

See Also