Table of Contents

Property falloffAnchors

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

falloffAnchors

Gets the derived falloff polygon vertices in biome-local space.

public Vector3[] falloffAnchors { get; }

Property Value

Vector3[]

Remarks

The getter lazily rebuilds the array if it is missing or out of sync with anchors, then returns a cloned copy so callers cannot modify internal state by reference.