Vertices Engine  v1.9.2.92
A Cross Platform game engine developed by Virtex Edge Design.
Loading...
Searching...
No Matches
VerticesEngine.Graphics.vxViewportManager Class Reference

Viewport manager which really only reports different facts about Cameras and Viewports being used. It also draws the Split Screen borders, so if you want a different look, then override this class. More...

Inheritance diagram for VerticesEngine.Graphics.vxViewportManager:

Public Member Functions

 vxViewportManager (vxGameplaySceneBase Scene)
 Initializes a new instance of the T:VerticesEngine.Graphics.vxViewportManager class.
 
void ResetMainViewport ()
 
void ResetViewport ()
 Resets the viewport to Fullscreen.
 
void Dispose ()
 

Public Attributes

Viewport MainViewport
 The main viewport.
 
readonly List< Viewport > Viewports
 The viewports.
 

Properties

int NumberOfViewports [get]
 Gets the number of viewports.
 

Detailed Description

Viewport manager which really only reports different facts about Cameras and Viewports being used. It also draws the Split Screen borders, so if you want a different look, then override this class.

Constructor & Destructor Documentation

◆ vxViewportManager()

VerticesEngine.Graphics.vxViewportManager.vxViewportManager ( vxGameplaySceneBase Scene)

Initializes a new instance of the T:VerticesEngine.Graphics.vxViewportManager class.

Parameters
SceneScene.

Property Documentation

◆ NumberOfViewports

int VerticesEngine.Graphics.vxViewportManager.NumberOfViewports
get

Gets the number of viewports.

The number of viewports.


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