godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Shader._classBinding
godot
shader
Shader
Undocumented in source.
struct
Shader
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("get_mode")
GodotMethod
!(
Shader
.
Mode
)
getMode
;
__gshared
@
GodotName
("set_code")
GodotMethod
!(
void
,
String
)
setCode
;
__gshared
@
GodotName
("get_code")
GodotMethod
!(
String
)
getCode
;
__gshared
@
GodotName
("set_default_texture_param")
GodotMethod
!(
void
,
String
,
Texture
)
setDefaultTextureParam
;
__gshared
@
GodotName
("get_default_texture_param")
GodotMethod
!(
Texture
,
String
)
getDefaultTextureParam
;
__gshared
@
GodotName
("has_param")
GodotMethod
!(
bool
,
String
)
hasParam
;
}
Members
Static variables
getCode
GodotMethod
!(
String
)
getCode
;
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.
setDefaultTextureParam
GodotMethod
!(
void
,
String
,
Texture
)
setDefaultTextureParam
;
Undocumented in source.
Meta
Source
See Implementation
godot
shader
Shader
aliases
BaseClasses
enums
Constants
Mode
functions
getCode
getDefaultTextureParam
getMode
hasParam
opAssign
opEquals
setCode
setDefaultTextureParam
properties
code
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name