C# Class XWebWindow, WuxingogoExtension

Inheritance: XBaseWindow
Mostra file Open project: wuxingogo/WuxingogoExtension Class Usage Examples

Public Methods

Method Description
OnInitialization ( ) : void
OnXGUI ( ) : void
SetUrl ( string str ) : void

Private Methods

Method Description
InitWebView ( ) : void
OnWebViewDirty ( ) : void
init ( ) : void

Method Details

OnInitialization() public method

public OnInitialization ( ) : void
return void

OnXGUI() public method

public OnXGUI ( ) : void
return void

SetUrl() public method

public SetUrl ( string str ) : void
str string
return void