godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
CSGMesh.GDNativeClassBinding
godot
csgmesh
CSGMesh
Undocumented in source.
struct
CSGMesh
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("_mesh_changed")
GodotMethod
!(
void
)
_meshChanged
;
__gshared
@
GodotName
("get_material")
GodotMethod
!(
Material
)
getMaterial
;
__gshared
@
GodotName
("get_mesh")
GodotMethod
!(
Mesh
)
getMesh
;
__gshared
@
GodotName
("set_material")
GodotMethod
!(
void
,
Material
)
setMaterial
;
__gshared
@
GodotName
("set_mesh")
GodotMethod
!(
void
,
Mesh
)
setMesh
;
}
Members
Static variables
_meshChanged
GodotMethod
!(
void
)
_meshChanged
;
Undocumented in source.
getMaterial
GodotMethod
!(
Material
)
getMaterial
;
Undocumented in source.
getMesh
GodotMethod
!(
Mesh
)
getMesh
;
Undocumented in source.
setMaterial
GodotMethod
!(
void
,
Material
)
setMaterial
;
Undocumented in source.
setMesh
GodotMethod
!(
void
,
Mesh
)
setMesh
;
Undocumented in source.
Meta
Source
See Implementation
godot
csgmesh
CSGMesh
aliases
BaseClasses
functions
_meshChanged
getMaterial
getMesh
opAssign
opEquals
setMaterial
setMesh
toHash
properties
mesh
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name