C# Class Pandora.Engine.Core.World

Datei anzeigen Open project: enguard/Ecalia Class Usage Examples

Public Methods

Method Description
Initialize ( ) : void
World ( string title = "Ecalia", int width = 800, int height = 600 ) : System

Private Methods

Method Description
LoadAll ( ) : void
OnKeyCallback ( GlfwWindowPtr wnd, Key key, int scanCode, KeyAction action, KeyModifiers mods ) : void
OnWindowRender ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void

World() public method

public World ( string title = "Ecalia", int width = 800, int height = 600 ) : System
title string
width int
height int
return System