PluginMetadataAttribute Constructor |
Constructor.
Namespace: RAYLASE.Marker.PluginAssembly: RAYLASE.Marker.Plugin (in RAYLASE.Marker.Plugin.dll) Version: 2.19.0
Syntaxpublic 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