Shader.GDNativeClassBinding

Undocumented in source.

Members

Static variables

getCode
GodotMethod!(String) getCode;
Undocumented in source.
getCustomDefines
GodotMethod!(String) getCustomDefines;
Undocumented in source.
getDefaultTextureParam
GodotMethod!(Texture, String) getDefaultTextureParam;
Undocumented in source.
getMode
GodotMethod!(Shader.Mode) getMode;
Undocumented in source.
hasParam
GodotMethod!(bool, String) hasParam;
Undocumented in source.
setCode
GodotMethod!(void, String) setCode;
Undocumented in source.
setCustomDefines
GodotMethod!(void, String) setCustomDefines;
Undocumented in source.
setDefaultTextureParam
GodotMethod!(void, String, Texture) setDefaultTextureParam;
Undocumented in source.

Meta