API ReferenceSandbox.UI

BoxDrawDescriptorclass

objectBoxDrawDescriptor
Namespace
Sandbox.UI
Assembly
Sandbox.Engine
Declaration
public sealed struct Sandbox.UI.BoxDrawDescriptor

Constructors1

Showing 1 constructors

Methods1

Showing 1 methods

public void Deconstruct(Sandbox.Rect PanelRect, Color Color)PUBLIC

ParameterTypeDescription
PanelRectRect
ColorColor
Returns:void

Properties3

Showing 3 properties

public Vector4 Sandbox.UI.BoxDrawDescriptor.BorderRadius { get; set; }PUBLICGETSET

Circular corner radii as (bottom-right, top-right, bottom-left, top-left).

Returns:Vector4

On this page