C# Class Editor.Source_Files.Instances.GameInstance

Inheritance: NativeInstance
Datei anzeigen Open project: LauriM/PropellerEngine Class Usage Examples

Public Methods

Method Description
GameInstance ( ) : System
kill ( ) : void
update ( ) : void

Private Methods

Method Description
startup ( IntPtr stream ) : void

Method Details

GameInstance() public method

public GameInstance ( ) : System
return System

kill() public method

public kill ( ) : void
return void

update() public method

public update ( ) : void
return void