s&box docs

public sealed struct Sandbox.Texture2DBuilder

Constructors

Showing 1 constructors

Methods

Showing 25 methods

public Sandbox.Texture Finish()

Build and create the actual texture

public Sandbox.Texture2DBuilder WithAnonymous(bool isAnonymous)

Set whether the texture is an anonymous texture or not

Parameters

  • isAnonymous: Set if it's anonymous or not

public Sandbox.Texture2DBuilder WithName(string name)

Provide a name to identify the texture by

Parameters

  • name: Desired texture name

Metadata

FieldValue
NamespaceSandbox
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Texture2DBuilder

On this page