Property | Type | Description | |
---|---|---|---|
Start | void |
Method | Description | |
---|---|---|
CallbackReturnValue ( object returnValue ) : void |
Call this method with Application View Dispatcher, or in Application View Thread, will return to Full3D View and close Application View
|
|
OnLaunchXamlView ( string xamlPageName, Action callback, object pageNavigateParameter = null ) : IEnumerator |
Call this method in Unity App Thread can switch to Plan View, create and show a new XAML View.
|
Method | Description | |
---|---|---|
Start ( ) : void |
public static CallbackReturnValue ( object returnValue ) : void | ||
returnValue | object | The return value of the XAML View Execution |
return | void |
public OnLaunchXamlView ( string xamlPageName, Action callback, object pageNavigateParameter = null ) : IEnumerator | ||
xamlPageName | string | |
callback | Action | |
pageNavigateParameter | object | |
return | IEnumerator |