C# Class Reign.Core.IPlatform

Show file Open project: reignstudios/ReignSDK

Public Properties

Property Type Description
Singleton IPlatform

Protected Properties

Property Type Description
time Time

Public Methods

Method Description
IPlatform ( )
Run ( IApplication application, int fps ) : void
UpdateAndRender ( ) : void

Method Details

IPlatform() public method

public IPlatform ( )

Run() public method

public Run ( IApplication application, int fps ) : void
application IApplication
fps int
return void

UpdateAndRender() public method

public UpdateAndRender ( ) : void
return void

Property Details

Singleton public static property

public static IPlatform,Reign.Core Singleton
return IPlatform

time protected property

protected Time,Reign.Core time
return Time