enum
Godot::FastNoiseLite::NoiseType
Defined in:
libgodot/generated/classes/classes_part2.crEnum Members
-
TypeValue =
5_i64 -
TypeValueCubic =
4_i64 -
TypePerlin =
3_i64 -
TypeCellular =
2_i64 -
TypeSimplex =
0_i64 -
TypeSimplexSmooth =
1_i64
Instance Method Summary
-
#type_cellular?
Returns
trueif this enum value equalsTypeCellular -
#type_perlin?
Returns
trueif this enum value equalsTypePerlin -
#type_simplex?
Returns
trueif this enum value equalsTypeSimplex -
#type_simplex_smooth?
Returns
trueif this enum value equalsTypeSimplexSmooth -
#type_value?
Returns
trueif this enum value equalsTypeValue -
#type_value_cubic?
Returns
trueif this enum value equalsTypeValueCubic