C# Class Reign.Core.IPlatform

Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Свойство Type Description
Singleton IPlatform

Protected Properties

Свойство Type Description
time Time

Méthodes publiques

Méthode Description
IPlatform ( )
Run ( IApplication application, int fps ) : void
UpdateAndRender ( ) : void

Method Details

IPlatform() public méthode

public IPlatform ( )

Run() public méthode

public Run ( IApplication application, int fps ) : void
application IApplication
fps int
Résultat void

UpdateAndRender() public méthode

public UpdateAndRender ( ) : void
Résultat void

Property Details

Singleton public_oe static_oe property

public static IPlatform,Reign.Core Singleton
Résultat IPlatform

time protected_oe property

protected Time,Reign.Core time
Résultat Time