setValue(_:at:)
Sets the value at the specified position in the noise map.
Declaration
func setValue(_ value: Float, at position: vector_int2)Parameters
- value:
The new value to set.
- position:
A position in the noise map’s integer grid.
Sets the value at the specified position in the noise map.
func setValue(_ value: Float, at position: vector_int2)The new value to set.
A position in the noise map’s integer grid.