Property anchors
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.