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