|
| static WKLibAPI | Create (string displayName, string guid) |
| | Creates and registers a new API instance.
|
| |
| static WKLibAPI | Create (string displayName, string guid, string defaultConfigFileName) |
| | Creates and registers a new API instance.
|
| |
Definition at line 8 of file WKLibAPI.cs.
◆ AddToModList()
| void WKLib.API.WKLibAPI.AddToModList |
( |
ModTab | modTab | ) |
|
◆ AddWindow()
| void WKLib.API.WKLibAPI.AddWindow |
( |
WKLibWindow | window | ) |
|
◆ Create() [1/2]
| static WKLibAPI WKLib.API.WKLibAPI.Create |
( |
string | displayName, |
|
|
string | guid ) |
|
static |
Creates and registers a new API instance.
- Parameters
-
| displayName | The plugin display name. |
| guid | The plugin GUID. |
- Returns
- The created API instance.
Definition at line 34 of file WKLibAPI.cs.
◆ Create() [2/2]
| static WKLibAPI WKLib.API.WKLibAPI.Create |
( |
string | displayName, |
|
|
string | guid, |
|
|
string | defaultConfigFileName ) |
|
static |
Creates and registers a new API instance.
- Parameters
-
| displayName | The plugin display name. |
| guid | The plugin GUID. |
| defaultConfigFileName | The default config file name. |
- Returns
- The created API instance.
Definition at line 46 of file WKLibAPI.cs.
◆ Destroy()
| void WKLib.API.WKLibAPI.Destroy |
( |
| ) |
|
◆ AssetService
◆ DisplayName
| string WKLib.API.WKLibAPI.DisplayName = string.Empty |
|
getset |
◆ GUID
| string WKLib.API.WKLibAPI.GUID = string.Empty |
|
getset |
◆ ModTab
| ModTab WKLib.API.WKLibAPI.ModTab = null |
|
getset |
◆ Windows
The documentation for this class was generated from the following file: