API ReferenceSandbox
public sealed class Sandbox.ScreenPanel : Sandbox.Component
Renders any attached PanelComponents to the screen. Acts as the root for all your UI components.
Related Guides
Broader workflow and conceptual references connected to this API.
Constructors
Showing 1 constructors
public ScreenPanel()
No results match this filter.
Methods
Showing 1 methods
No results match this filter.
Properties
Showing 6 properties
public bool Sandbox.ScreenPanel.AutoScreenScale { get; set; }
public float Sandbox.ScreenPanel.Opacity { get; set; }
public float Sandbox.ScreenPanel.Scale { get; set; }
public Sandbox.ScreenPanel.AutoScale Sandbox.ScreenPanel.ScaleStrategy { get; set; }
public Sandbox.CameraComponent Sandbox.ScreenPanel.TargetCamera { get; set; }
public int Sandbox.ScreenPanel.ZIndex { get; set; }
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox |
| Type | class |
| Assembly | Sandbox.Engine |
| Doc ID | T:Sandbox.ScreenPanel |