Offset Property (Turbulence)
In This Topic
The coordinates where the turbulence output is generated. The algorithm used to generate the Perlin noise is position dependent, so a different offset results in a different output. This property is not bounded and the units are specified in DIPs
Syntax
'Declaration
Public Property Offset As Vector2
public Vector2 Offset {get; set;}
See Also