s&box docs
API ReferenceSandbox.UI

public sealed struct Sandbox.UI.RenderState

Describes panel's position and size for rendering operations.

Broader workflow and conceptual references connected to this API.

Properties

Showing 4 properties

public float Sandbox.UI.RenderState.Height { get; set; }

Height of the panel.

public float Sandbox.UI.RenderState.Width { get; set; }

Width of the panel.

public float Sandbox.UI.RenderState.X { get; set; }

Position of the panel on the X axis. This can be a negative value!

public float Sandbox.UI.RenderState.Y { get; set; }

Position of the panel on the Y axis. This can be a negative value!

Metadata

FieldValue
NamespaceSandbox.UI
Typeclass
AssemblySandbox.System
Doc IDT:Sandbox.UI.RenderState

On this page