API ReferenceSandbox.UI.Construct

ImageConstructorclass

objectImageConstructor
Namespace
Sandbox.UI.Construct
Assembly
Sandbox.Engine
Declaration
public static abstract sealed class Sandbox.UI.Construct.ImageConstructor

Methods1

Showing 1 methods

public static Sandbox.UI.Image Image(Sandbox.UI.Construct.PanelCreator self, string image = null, string classname = null)PUBLICSTATIC

Create an image with given texture and CSS classname.

ParameterTypeDescription
selfPanelCreator
image = nullstring
classname = nullstring
Returns:Image

On this page