Click or drag to resize

PluginMetadataAttribute Constructor

Constructor.

Namespace: RAYLASE.Marker.Plugin
Assembly: RAYLASE.Marker.Plugin (in RAYLASE.Marker.Plugin.dll) Version: 2.19.0
Syntax
C#
public PluginMetadataAttribute(
	string shortLabel,
	string description,
	string icon = ""
)

Parameters

shortLabel  String
The short label of the plugin definition.
description  String
The description of the plugin definition.
icon  String  (Optional)
The file name of the icon. If not defined, the first existing file with the same name as the calling class will be loaded.
See Also