C# Class Reign.Core.VitaApplication

Inheritance: ApplicationI
Afficher le fichier Open project: reignstudios/ReignSDK

Méthodes publiques

Méthode Description
Close ( ) : void
Closing ( ) : void
HideCursor ( ) : void
Init ( ApplicationDesc desc ) : void
Pause ( ) : void
Render ( Time time ) : void
Resume ( ) : void
ShowCursor ( ) : void
Shown ( ) : void
Update ( Time time ) : void
Vita_SetFrameSize ( int width, int height ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Closing() public méthode

public Closing ( ) : void
Résultat void

HideCursor() public méthode

public HideCursor ( ) : void
Résultat void

Init() public méthode

public Init ( ApplicationDesc desc ) : void
desc ApplicationDesc
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

Render() public méthode

public Render ( Time time ) : void
time Time
Résultat void

Resume() public méthode

public Resume ( ) : void
Résultat void

ShowCursor() public méthode

public ShowCursor ( ) : void
Résultat void

Shown() public méthode

public Shown ( ) : void
Résultat void

Update() public méthode

public Update ( Time time ) : void
time Time
Résultat void

Vita_SetFrameSize() public méthode

public Vita_SetFrameSize ( int width, int height ) : void
width int
height int
Résultat void