Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Plugins.vxIPlugin 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.
 
void LoadContent ()
 Loads Content for the DLC pack.
 

Properties

string Name [get]
 Plugin Readable Name.
 
string Description [get]
 Plugin Description.
 
string ID [get]
 Gets the identifier.
 
vxPluginType PluginType [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.vxIPlugin.Initialise ( )

Initialises this Plugin/DLC pack.

Parameters
Engine

Property Documentation

◆ ID

string VerticesEngine.Plugins.vxIPlugin.ID
get

Gets the identifier.

The identifier.

◆ PluginType

vxPluginType VerticesEngine.Plugins.vxIPlugin.PluginType
get

Gets the type of the plugin.

The type of the plugin.


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