Property propertyOverrides
propertyOverrides
Gets or sets exposed-property overrides applied when the terrain graph is cloned for this biome.
public PropertyOverride[] propertyOverrides { get; set; }
Property Value
Remarks
The getter returns a copy of the array. These overrides are used only when the graph exposes properties and the runtime has registered a clone-and-override callback; otherwise the source graph is executed directly and the overrides have no effect.