godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
CSGMesh._classBinding
godot
csgmesh
CSGMesh
Undocumented in source.
struct
CSGMesh
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_mesh")
GodotMethod
!(
void
,
Mesh
)
setMesh
;
__gshared
@
GodotName
("get_mesh")
GodotMethod
!(
Mesh
)
getMesh
;
__gshared
@
GodotName
("_mesh_changed")
GodotMethod
!(
void
)
_meshChanged
;
}
Members
Static variables
_meshChanged
GodotMethod
!(
void
)
_meshChanged
;
Undocumented in source.
getMesh
GodotMethod
!(
Mesh
)
getMesh
;
Undocumented in source.
setMesh
GodotMethod
!(
void
,
Mesh
)
setMesh
;
Undocumented in source.
Meta
Source
See Implementation
godot
csgmesh
CSGMesh
aliases
BaseClasses
functions
_meshChanged
getMesh
opAssign
opEquals
setMesh
properties
mesh
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name