C# Class Reign.Core.CocoaApplication

Inheritance: GLKViewController, ApplicationI
Afficher le fichier Open project: reignstudios/ReignSDK Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Closing ( ) : void
DidReceiveMemoryWarning ( ) : void
GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
HideCursor ( ) : void
Init ( ApplicationDesc desc ) : void
Pause ( ) : void
Render ( Time time ) : void
Resume ( ) : void
ShowCursor ( ) : void
Shown ( ) : void
TouchesBegan ( NSSet touches, UIEvent evt ) : void
TouchesCancelled ( NSSet touches, UIEvent evt ) : void
TouchesEnded ( NSSet touches, UIEvent evt ) : void
TouchesMoved ( NSSet touches, UIEvent evt ) : void
Update ( Time time ) : void
ViewDidAppear ( bool animated ) : void
ViewDidDisappear ( bool animated ) : void
ViewDidLoad ( ) : void

Private Methods

Méthode Description
handleEvent ( ApplicationEvent applicationEvent ) : void
iAdFailedToReceiveAd ( object sender, AdErrorEventArgs e ) : void
iAdLoaded ( object sender, EventArgs e ) : void
manageTouches ( NSSet touches, UIEvent evt, bool isUpEvent ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Closing() public méthode

public Closing ( ) : void
Résultat void

DidReceiveMemoryWarning() public méthode

public DidReceiveMemoryWarning ( ) : void
Résultat void

GetSupportedInterfaceOrientations() public méthode

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
Résultat UIInterfaceOrientationMask

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

TouchesBegan() public méthode

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesCancelled() public méthode

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesEnded() public méthode

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

TouchesMoved() public méthode

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
Résultat void

Update() public méthode

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

ViewDidAppear() public méthode

public ViewDidAppear ( bool animated ) : void
animated bool
Résultat void

ViewDidDisappear() public méthode

public ViewDidDisappear ( bool animated ) : void
animated bool
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void