Click or drag to resize

BaseDeviceControllerShowUI Method

Shows the specific UI embedded in the plugin instance.

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

Parameters

id  String
The ID of the UI.

Return Value

PluginSettingsView

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

See Also