NoiseTexture._classBinding

Undocumented in source.

Members

Static variables

_generateTexture
GodotMethod!(Image) _generateTexture;
Undocumented in source.
_threadDone
GodotMethod!(void, Image) _threadDone;
Undocumented in source.
_updateTexture
GodotMethod!(void) _updateTexture;
Undocumented in source.
getNoise
GodotMethod!(OpenSimplexNoise) getNoise;
Undocumented in source.
getSeamless
GodotMethod!(bool) getSeamless;
Undocumented in source.
isNormalmap
GodotMethod!(bool) isNormalmap;
Undocumented in source.
setAsNormalmap
GodotMethod!(void, bool) setAsNormalmap;
Undocumented in source.
setHeight
GodotMethod!(void, long) setHeight;
Undocumented in source.
setNoise
GodotMethod!(void, OpenSimplexNoise) setNoise;
Undocumented in source.
setSeamless
GodotMethod!(void, bool) setSeamless;
Undocumented in source.
setWidth
GodotMethod!(void, long) setWidth;
Undocumented in source.

Meta