C# Class Reign.Core.CocoaApplication

Inheritance: GLKViewController, ApplicationI
显示文件 Open project: reignstudios/ReignSDK Class Usage Examples

Public Methods

Method 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

Method 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 method

public Close ( ) : void
return void

Closing() public method

public Closing ( ) : void
return void

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

GetSupportedInterfaceOrientations() public method

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
return UIInterfaceOrientationMask

HideCursor() public method

public HideCursor ( ) : void
return void

Init() public method

public Init ( ApplicationDesc desc ) : void
desc ApplicationDesc
return void

Pause() public method

public Pause ( ) : void
return void

Render() public method

public Render ( Time time ) : void
time Time
return void

Resume() public method

public Resume ( ) : void
return void

ShowCursor() public method

public ShowCursor ( ) : void
return void

Shown() public method

public Shown ( ) : void
return void

TouchesBegan() public method

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesCancelled() public method

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesEnded() public method

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

TouchesMoved() public method

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
return void

Update() public method

public Update ( Time time ) : void
time Time
return void

ViewDidAppear() public method

public ViewDidAppear ( bool animated ) : void
animated bool
return void

ViewDidDisappear() public method

public ViewDidDisappear ( bool animated ) : void
animated bool
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void