Property | Type | Description | |
---|---|---|---|
height | int | ||
initialURL | string | ||
width | int |
Method | Description | |
---|---|---|
BindJSObjectCallback ( string objectName, string callbackName, JSCallback callback ) : void | ||
CreateJSObject ( string objectName ) : void | ||
Focus ( ) : void | ||
GoBack ( ) : void | ||
GoForward ( ) : void | ||
LoadHTML ( string html ) : void | ||
LoadURL ( string url ) : void | ||
PauseRendering ( ) : void | ||
Reload ( ) : void | ||
ResumeRendering ( ) : void | ||
SetJSObjectProperty ( string objectName, string propertyName, JSValue val ) : void | ||
Start ( ) : void | ||
Unfocus ( ) : void |
Method | Description | |
---|---|---|
MapKeys ( Event e ) : VirtualKey, | ||
MapModifiers ( Event e ) : WebKeyModifiers | ||
OnApplicationQuit ( ) : void | ||
OnDisable ( ) : void | ||
OnGUI ( ) : void | ||
OnMouseDown ( ) : void | ||
OnMouseEnter ( ) : void | ||
OnMouseExit ( ) : void | ||
OnMouseOver ( ) : void | ||
OnMouseUp ( ) : void | ||
Update ( ) : void |
public BindJSObjectCallback ( string objectName, string callbackName, JSCallback callback ) : void | ||
objectName | string | |
callbackName | string | |
callback | JSCallback | |
return | void |
public CreateJSObject ( string objectName ) : void | ||
objectName | string | |
return | void |
public SetJSObjectProperty ( string objectName, string propertyName, JSValue val ) : void | ||
objectName | string | |
propertyName | string | |
val | JSValue | |
return | void |