API ReferenceSandbox.UI
Boxclass
Represents position and size of a `Sandbox.UI.Panel` on the screen.
object→Box
Constructors1
Showing 1 constructors
public Box()
No results match this filter.
Properties4
Showing 4 properties
public float Sandbox.UI.Box.Bottom { get; set; }
Position of the bottom edge in screen coordinates.
Returns:
float—public float Sandbox.UI.Box.Left { get; set; }
Position of the left edge in screen coordinates.
Returns:
float—public float Sandbox.UI.Box.Right { get; set; }
Position of the right edge in screen coordinates.
Returns:
float—public float Sandbox.UI.Box.Top { get; set; }
Position of the top edge in screen coordinates.
Returns:
float—No results match this filter.