Enum FastNoiseLite.FractalTypeEnum
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum FastNoiseLite.FractalTypeEnum : long
Fields
Fbm = 1Method using Fractional Brownian Motion to combine octaves into a fractal.
None = 0No fractal noise.
PingPong = 3Method of combining octaves into a fractal with a ping pong effect.
Ridged = 2Method of combining octaves into a fractal resulting in a "ridged" look.