Contents

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.

See Also

Accessing Noise Values