- getImage
GodotMethod!(Image, long, long) getImage;
Undocumented in source.
- getLacunarity
GodotMethod!(double) getLacunarity;
Undocumented in source.
- getNoise1d
GodotMethod!(double, double) getNoise1d;
Undocumented in source.
- getNoise2d
GodotMethod!(double, double, double) getNoise2d;
Undocumented in source.
- getNoise2dv
GodotMethod!(double, Vector2) getNoise2dv;
Undocumented in source.
- getNoise3d
GodotMethod!(double, double, double, double) getNoise3d;
Undocumented in source.
- getNoise3dv
GodotMethod!(double, Vector3) getNoise3dv;
Undocumented in source.
- getNoise4d
GodotMethod!(double, double, double, double, double) getNoise4d;
Undocumented in source.
- getOctaves
GodotMethod!(long) getOctaves;
Undocumented in source.
- getPeriod
GodotMethod!(double) getPeriod;
Undocumented in source.
- getPersistence
GodotMethod!(double) getPersistence;
Undocumented in source.
- getSeamlessImage
GodotMethod!(Image, long) getSeamlessImage;
Undocumented in source.
- getSeed
GodotMethod!(long) getSeed;
Undocumented in source.
- setLacunarity
GodotMethod!(void, double) setLacunarity;
Undocumented in source.
- setOctaves
GodotMethod!(void, long) setOctaves;
Undocumented in source.
- setPeriod
GodotMethod!(void, double) setPeriod;
Undocumented in source.
- setPersistence
GodotMethod!(void, double) setPersistence;
Undocumented in source.
- setSeed
GodotMethod!(void, long) setSeed;
Undocumented in source.