Table of Contents

Property anchors

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

anchors

Gets or sets the polygon vertices that define the core biome shape in biome-local space.

public Vector3[] anchors { get; set; }

Property Value

Vector3[]

Remarks

The getter returns a copy of the stored array. Assigning a new set of anchors recalculates falloffAnchors immediately so overlap checks and mask rendering stay in sync.