|
Vertices Engine
v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
|
The Plugin Interface for creating DLC and Mod packs for Vertices Engine Games. DLC and Mods are treated very similar for ease of use and production. More...
Public Member Functions | |
| void | Initialise () |
| Initialises this Plugin/DLC pack. | |
| IEnumerator | LoadContent () |
| Loads the Assets for the this Content Pack. This is called as a coroutine so as to not block the main thread. | |
Properties | |
| string | Name [get] |
| Plugin Readable Name. | |
| string | Description [get] |
| Plugin Description. | |
| string | ID [get] |
| Gets the identifier. | |
| bool | IsLoaded [get] |
| vxContentPackType | ContentPackType [get] |
| Gets the type of the plugin. | |
| Texture2D | MainSpriteSheet [get] |
| The main sprite sheet for this content pack. | |
The Plugin Interface for creating DLC and Mod packs for Vertices Engine Games. DLC and Mods are treated very similar for ease of use and production.
| void VerticesEngine.Plugins.vxIContentPack.Initialise | ( | ) |
Initialises this Plugin/DLC pack.
| Engine |
|
get |
Gets the type of the plugin.
The type of the plugin.
|
get |
Gets the identifier.
The identifier.