C# Class Editor.Source_Files.Instances.GameInstance

Inheritance: NativeInstance
Afficher le fichier Open project: LauriM/PropellerEngine Class Usage Examples

Méthodes publiques

Méthode Description
GameInstance ( ) : System
kill ( ) : void
update ( ) : void

Private Methods

Méthode Description
startup ( IntPtr stream ) : void

Method Details

GameInstance() public méthode

public GameInstance ( ) : System
Résultat System

kill() public méthode

public kill ( ) : void
Résultat void

update() public méthode

public update ( ) : void
Résultat void