C# 클래스 Reign.Core.CocoaApplication

상속: GLKViewController, ApplicationI
파일 보기 프로젝트 열기: reignstudios/ReignSDK 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
handleEvent ( ApplicationEvent applicationEvent ) : void
iAdFailedToReceiveAd ( object sender, AdErrorEventArgs e ) : void
iAdLoaded ( object sender, EventArgs e ) : void
manageTouches ( NSSet touches, UIEvent evt, bool isUpEvent ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Closing() 공개 메소드

public Closing ( ) : void
리턴 void

DidReceiveMemoryWarning() 공개 메소드

public DidReceiveMemoryWarning ( ) : void
리턴 void

GetSupportedInterfaceOrientations() 공개 메소드

public GetSupportedInterfaceOrientations ( ) : UIInterfaceOrientationMask
리턴 UIInterfaceOrientationMask

HideCursor() 공개 메소드

public HideCursor ( ) : void
리턴 void

Init() 공개 메소드

public Init ( ApplicationDesc desc ) : void
desc ApplicationDesc
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Render() 공개 메소드

public Render ( Time time ) : void
time Time
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

ShowCursor() 공개 메소드

public ShowCursor ( ) : void
리턴 void

Shown() 공개 메소드

public Shown ( ) : void
리턴 void

TouchesBegan() 공개 메소드

public TouchesBegan ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesCancelled() 공개 메소드

public TouchesCancelled ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesEnded() 공개 메소드

public TouchesEnded ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

TouchesMoved() 공개 메소드

public TouchesMoved ( NSSet touches, UIEvent evt ) : void
touches NSSet
evt UIEvent
리턴 void

Update() 공개 메소드

public Update ( Time time ) : void
time Time
리턴 void

ViewDidAppear() 공개 메소드

public ViewDidAppear ( bool animated ) : void
animated bool
리턴 void

ViewDidDisappear() 공개 메소드

public ViewDidDisappear ( bool animated ) : void
animated bool
리턴 void

ViewDidLoad() 공개 메소드

public ViewDidLoad ( ) : void
리턴 void