godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
MultiMeshInstance2D.GDNativeClassBinding
godot
multimeshinstance2d
MultiMeshInstance2D
Undocumented in source.
struct
MultiMeshInstance2D
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_multimesh")
GodotMethod
!(
MultiMesh
)
getMultimesh
;
__gshared
@
GodotName
("get_normal_map")
GodotMethod
!(
Texture
)
getNormalMap
;
__gshared
@
GodotName
("get_texture")
GodotMethod
!(
Texture
)
getTexture
;
__gshared
@
GodotName
("set_multimesh")
GodotMethod
!(
void
,
MultiMesh
)
setMultimesh
;
__gshared
@
GodotName
("set_normal_map")
GodotMethod
!(
void
,
Texture
)
setNormalMap
;
__gshared
@
GodotName
("set_texture")
GodotMethod
!(
void
,
Texture
)
setTexture
;
}
Members
Static variables
getMultimesh
GodotMethod
!(
MultiMesh
)
getMultimesh
;
Undocumented in source.
getNormalMap
GodotMethod
!(
Texture
)
getNormalMap
;
Undocumented in source.
getTexture
GodotMethod
!(
Texture
)
getTexture
;
Undocumented in source.
setMultimesh
GodotMethod
!(
void
,
MultiMesh
)
setMultimesh
;
Undocumented in source.
setNormalMap
GodotMethod
!(
void
,
Texture
)
setNormalMap
;
Undocumented in source.
setTexture
GodotMethod
!(
void
,
Texture
)
setTexture
;
Undocumented in source.
Meta
Source
See Implementation
godot
multimeshinstance2d
MultiMeshInstance2D
aliases
BaseClasses
functions
getMultimesh
getNormalMap
getTexture
opAssign
opEquals
setMultimesh
setNormalMap
setTexture
toHash
properties
multimesh
normalMap
texture
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name