C# Класс WebViewController, MonoMobile.Dialog

This is a demo script to show how to use UniWebView. You can follow the step 1 to 10 and get started with the basic use of UniWebView.
Наследование: MonoBehaviour
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
ViewWillDisappear ( bool animated ) : void
WebViewController ( HtmlElement, container ) : System

Описание методов

ShouldAutorotateToInterfaceOrientation() публичный Метод

public ShouldAutorotateToInterfaceOrientation ( UIInterfaceOrientation toInterfaceOrientation ) : bool
toInterfaceOrientation UIInterfaceOrientation
Результат bool

ViewWillDisappear() публичный Метод

public ViewWillDisappear ( bool animated ) : void
animated bool
Результат void

WebViewController() публичный Метод

public WebViewController ( HtmlElement, container ) : System
container HtmlElement,
Результат System