enum Godot::FastNoiseLite::NoiseType

Defined in:

libgodot/generated/classes/classes_part2.cr

Enum Members

TypeValue = 5_i64
TypeValueCubic = 4_i64
TypePerlin = 3_i64
TypeCellular = 2_i64
TypeSimplex = 0_i64
TypeSimplexSmooth = 1_i64

Instance Method Summary

Instance Method Detail

def type_cellular? #

Returns true if this enum value equals TypeCellular


[View source]
def type_perlin? #

Returns true if this enum value equals TypePerlin


[View source]
def type_simplex? #

Returns true if this enum value equals TypeSimplex


[View source]
def type_simplex_smooth? #

Returns true if this enum value equals TypeSimplexSmooth


[View source]
def type_value? #

Returns true if this enum value equals TypeValue


[View source]
def type_value_cubic? #

Returns true if this enum value equals TypeValueCubic


[View source]