Online Maps v3
|
Item of the plugin, the state of which can be saved. More...
Public Member Functions | |
OnlineMapsSavableItem (string name, string label, Func< OnlineMapsJSONItem > jsonCallback) | |
Constructor. | |
OnlineMapsSavableItem (string label, Action invokeCallback) | |
Constructor. | |
Public Attributes | |
bool | enabled = true |
Whether save is selected. | |
Action | invokeCallback |
Called when saving state. | |
Func< OnlineMapsJSONItem > | jsonCallback |
Callback that is called to save. | |
Action< OnlineMapsJSONObject > | loadCallback |
Callback that is called to load. | |
string | label |
The label that is shown to the user. | |
string | name |
Name of item. | |
int | priority |
Priority. | |
Item of the plugin, the state of which can be saved.
OnlineMapsSavableItem.OnlineMapsSavableItem | ( | string | name, |
string | label, | ||
Func< OnlineMapsJSONItem > | jsonCallback ) |
Constructor.
name | Name of item |
label | The label that is shown to the user |
jsonCallback | Callback that is called to save |
OnlineMapsSavableItem.OnlineMapsSavableItem | ( | string | label, |
Action | invokeCallback ) |
Constructor.
label | The label that is shown to the user |
invokeCallback | Callback that is called to save |