C# Класс Reign.Core.CocoaApplication

Наследование: GLKViewController, ApplicationI
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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