Essential Kit
Loading...
Searching...
No Matches
WebViewExtensions

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.
 

Member Function Documentation

◆ LoadTexture()

static void LoadTexture ( this WebView webView,
Texture2D texture,
TextureEncodingFormat textureEncodingFormat )
static
Parameters
webViewThe web view.
textureThe texture.
textureEncodingFormatThe texture encoding format.

References WebView.LoadData().