API ReferenceSandbox.UI
RenderStateclass
Describes panel's position and size for rendering operations.
object→RenderState
Properties4
Showing 4 properties
public float Sandbox.UI.RenderState.Height { get; set; }
Height of the panel.
Returns:
float—public float Sandbox.UI.RenderState.Width { get; set; }
Width of the panel.
Returns:
float—public float Sandbox.UI.RenderState.X { get; set; }
Position of the panel on the X axis. This can be a negative value!
Returns:
float—public float Sandbox.UI.RenderState.Y { get; set; }
Position of the panel on the Y axis. This can be a negative value!
Returns:
float—No results match this filter.