Class GuiBrowser
GUI variant of a browser element
Inherited Members
Namespace: Slipe.Client.Gui
Assembly: SlipeClient.dll
Syntax
[DefaultElementClass(ElementType.GuiBrowser)]
public class GuiBrowser : GuiElement
Constructors
| Improve this Doc View SourceGuiBrowser(Vector2, Single, Single, Boolean, Boolean, Boolean, GuiElement)
Create a new GUI browser
Declaration
public GuiBrowser(Vector2 position, float width, float height, bool isLocal, bool isTransparent, bool relative = false, GuiElement parent = null)
Parameters
Type | Name | Description |
---|---|---|
Vector2 | position | |
Single | width | |
Single | height | |
Boolean | isLocal | |
Boolean | isTransparent | |
Boolean | relative | |
GuiElement | parent |
Properties
| Improve this Doc View SourceBrowser
Get the browser element associated with this GUI
Declaration
public Browser Browser { get; }
Property Value
Type | Description |
---|---|
Browser |