s&box docs
API ReferenceSandbox.Clutter

public sealed class Sandbox.Clutter.ClutterComponent : Sandbox.Component

Clutter scattering component supporting both infinite and volumes.

Broader workflow and conceptual references connected to this API.

Constructors

Showing 1 constructors

Methods

Showing 5 methods

public void ClearInfinite()

Clears all infinite mode tiles for this component.

public void Generate()

public void InvalidateTileAt(Vector3 worldPosition)

Invalidates the tile at the given world position, causing it to regenerate.

public void InvalidateTilesInBounds(BBox bounds)

Invalidates all tiles within the given bounds, causing them to regenerate.

Properties

Showing 6 properties

public bool Sandbox.Clutter.ClutterComponent.Infinite { get; set; }

Returns true if in infinite streaming mode.

public int Sandbox.Clutter.ClutterComponent.Seed { get; set; }

Seed for deterministic generation. Change to get different variations.

Metadata

FieldValue
NamespaceSandbox.Clutter
Typeclass
AssemblySandbox.Engine
Doc IDT:Sandbox.Clutter.ClutterComponent

On this page