API ReferenceSandbox.UI
public sealed struct Sandbox.UI.RenderState
Describes panel's position and size for rendering operations.
Related Guides
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!
No results match this filter.
Metadata
| Field | Value |
|---|---|
| Namespace | Sandbox.UI |
| Type | class |
| Assembly | Sandbox.System |
| Doc ID | T:Sandbox.UI.RenderState |