Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Plugins.vxIContentPack Interface Reference

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.
 

Detailed Description

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.

Member Function Documentation

◆ Initialise()

void VerticesEngine.Plugins.vxIContentPack.Initialise ( )

Initialises this Plugin/DLC pack.

Parameters
Engine

Property Documentation

◆ ContentPackType

vxContentPackType VerticesEngine.Plugins.vxIContentPack.ContentPackType
get

Gets the type of the plugin.

The type of the plugin.

◆ ID

string VerticesEngine.Plugins.vxIContentPack.ID
get

Gets the identifier.

The identifier.


The documentation for this interface was generated from the following file: