Api Sandbox UI WebPanel
class

WebPanel

public class WebPanel : Panel

A panel that displays an interactive web page.

Constructors

WebPanel()

Properties

Name Type Description
Surface WebSurface Access to the HTML surface to change URL, etc.
Url String

Methods

virtual Void OnMouseWheel(Vector2 value)
virtual Void OnKeyTyped(Char k)
virtual Void OnButtonEvent(ButtonEvent e)
virtual Void OnLayout(Rect layoutRect)
virtual Void OnDeleted()
Assembly: Sandbox.Engine Namespace: Sandbox.UI Full Name: Sandbox.UI.WebPanel