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
파일 보기 프로젝트 열기: moljac/MonoMobile.Dialog 1 사용 예제들

공개 메소드들

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