ScreenPanelclass

Renders any attached PanelComponents to the screen. Acts as the root for all your UI components.

objectComponentScreenPanel
Namespace
Sandbox
Assembly
Sandbox.Engine
Declaration
public sealed class Sandbox.ScreenPanel : Sandbox.Component

Constructors1

Showing 1 constructors

Methods1

Showing 1 methods

public virtual sealed Sandbox.UI.Panel GetPanel()PUBLICVIRTUAL

Returns:Panel

Properties6

Showing 6 properties

public bool Sandbox.ScreenPanel.AutoScreenScale { get; set; }PUBLICGETSET

Returns:bool

public float Sandbox.ScreenPanel.Opacity { get; set; }PUBLICGETSET

Returns:float

public float Sandbox.ScreenPanel.Scale { get; set; }PUBLICGETSET

Returns:float

public int Sandbox.ScreenPanel.ZIndex { get; set; }PUBLICGETSET

Returns:int

On this page