C# Class WikitudeSample.ARViewController

Inheritance: UIViewController
ファイルを表示 Open project: Redth/Wikitude.Xamarin Class Usage Examples

Public Methods

Method Description
ARViewController ( string worldOrUrl, bool isUrl ) : System
ViewDidAppear ( bool animated ) : void
ViewDidLoad ( ) : void
ViewWillDisappear ( bool animated ) : void

Method Details

ARViewController() public method

public ARViewController ( string worldOrUrl, bool isUrl ) : System
worldOrUrl string
isUrl bool
return System

ViewDidAppear() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void

ViewWillDisappear() public method

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