godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
PrimitiveMesh._classBinding
godot
primitivemesh
PrimitiveMesh
Undocumented in source.
struct
PrimitiveMesh
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("_update")
GodotMethod
!(
void
)
_update
;
__gshared
@
GodotName
("set_material")
GodotMethod
!(
void
,
Material
)
setMaterial
;
__gshared
@
GodotName
("get_material")
GodotMethod
!(
Material
)
getMaterial
;
__gshared
@
GodotName
("get_mesh_arrays")
GodotMethod
!(
Array
)
getMeshArrays
;
__gshared
@
GodotName
("set_custom_aabb")
GodotMethod
!(
void
,
AABB
)
setCustomAabb
;
__gshared
@
GodotName
("get_custom_aabb")
GodotMethod
!(
AABB
)
getCustomAabb
;
__gshared
@
GodotName
("set_flip_faces")
GodotMethod
!(
void
,
bool
)
setFlipFaces
;
__gshared
@
GodotName
("get_flip_faces")
GodotMethod
!(
bool
)
getFlipFaces
;
}
Members
Static variables
_update
GodotMethod
!(
void
)
_update
;
Undocumented in source.
getCustomAabb
GodotMethod
!(
AABB
)
getCustomAabb
;
Undocumented in source.
getFlipFaces
GodotMethod
!(
bool
)
getFlipFaces
;
Undocumented in source.
getMaterial
GodotMethod
!(
Material
)
getMaterial
;
Undocumented in source.
getMeshArrays
GodotMethod
!(
Array
)
getMeshArrays
;
Undocumented in source.
setCustomAabb
GodotMethod
!(
void
,
AABB
)
setCustomAabb
;
Undocumented in source.
setFlipFaces
GodotMethod
!(
void
,
bool
)
setFlipFaces
;
Undocumented in source.
setMaterial
GodotMethod
!(
void
,
Material
)
setMaterial
;
Undocumented in source.
Meta
Source
See Implementation
godot
primitivemesh
PrimitiveMesh
aliases
BaseClasses
functions
_update
getCustomAabb
getFlipFaces
getMaterial
getMeshArrays
opAssign
opEquals
setCustomAabb
setFlipFaces
setMaterial
properties
customAabb
flipFaces
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name