s&box docs

public sealed struct Sandbox.Texture3DBuilder

Constructors

Showing 1 constructors

Methods

Showing 23 methods

public Sandbox.Texture Finish()

Build and create the actual texture

public Sandbox.Texture3DBuilder WithAnonymous(bool isAnonymous)

Set whether the texture is an anonymous texture or not

Parameters

  • isAnonymous: Set if it's anonymous or not

public Sandbox.Texture3DBuilder WithMultisample(Sandbox.MultisampleAmount amount)

Define which how much multisampling the current texture should use

Parameters

  • amount: Multisampling amount

public Sandbox.Texture3DBuilder 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.Texture3DBuilder

On this page