|
Essential Kit
|
Web view extensions.
Static Public Member Functions | |
| static void | SetFullScreen (this WebView webView) |
| Sets the webview frame to full screen size. | |
| static void | SetNormalizedFrame (this WebView webView, Rect normalizedRect) |
| Sets the frame rectangle describes the webview’s position and size in normalized coordinate system. | |
| static void | LoadTexture (this WebView webView, Texture2D texture, TextureEncodingFormat textureEncodingFormat) |
| Loads a texture into the webview. | |
|
static |
| webView | The web view. |
| texture | The texture. |
| textureEncodingFormat | The texture encoding format. |
References WebView.LoadData().