Online Maps v3
Loading...
Searching...
No Matches
OnlineMapsPluginAttribute Class Reference

Mark a component as a plugin for Online Maps. More...

Inherits Attribute.

Public Member Functions

 OnlineMapsPluginAttribute (string title, Type requiredType, bool enabledByDefault=false)
 Constructor.
 
 OnlineMapsPluginAttribute (string title, Type requiredType, string group)
 Constructor.
 

Public Attributes

readonly bool enabledByDefault
 Enabled by default?
 
readonly string title
 Title of plugin.
 
readonly Type requiredType
 Required type of control.
 
readonly string group
 Group of plugins.
 

Detailed Description

Mark a component as a plugin for Online Maps.

Constructor & Destructor Documentation

◆ OnlineMapsPluginAttribute() [1/2]

OnlineMapsPluginAttribute.OnlineMapsPluginAttribute ( string title,
Type requiredType,
bool enabledByDefault = false )

Constructor.

Parameters
titleTitle of plugin
requiredTypeRequired type of control
enabledByDefaultEnabled?

◆ OnlineMapsPluginAttribute() [2/2]

OnlineMapsPluginAttribute.OnlineMapsPluginAttribute ( string title,
Type requiredType,
string group )

Constructor.

Parameters
titleTitle of plugin
requiredTypeRequired type of control
groupGroup of plugin