godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
CSGShape._classBinding
godot
csgshape
CSGShape
Undocumented in source.
struct
CSGShape
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("_update_shape")
GodotMethod
!(
void
)
_updateShape
;
__gshared
@
GodotName
("is_root_shape")
GodotMethod
!(
bool
)
isRootShape
;
__gshared
@
GodotName
("set_operation")
GodotMethod
!(
void
,
long
)
setOperation
;
__gshared
@
GodotName
("get_operation")
GodotMethod
!(
CSGShape
.
Operation
)
getOperation
;
__gshared
@
GodotName
("set_use_collision")
GodotMethod
!(
void
,
bool
)
setUseCollision
;
__gshared
@
GodotName
("is_using_collision")
GodotMethod
!(
bool
)
isUsingCollision
;
__gshared
@
GodotName
("set_snap")
GodotMethod
!(
void
,
double
)
setSnap
;
__gshared
@
GodotName
("get_snap")
GodotMethod
!(
double
)
getSnap
;
}
Members
Static variables
_updateShape
GodotMethod
!(
void
)
_updateShape
;
Undocumented in source.
getOperation
GodotMethod
!(
CSGShape
.
Operation
)
getOperation
;
Undocumented in source.
getSnap
GodotMethod
!(
double
)
getSnap
;
Undocumented in source.
isRootShape
GodotMethod
!(
bool
)
isRootShape
;
Undocumented in source.
isUsingCollision
GodotMethod
!(
bool
)
isUsingCollision
;
Undocumented in source.
setOperation
GodotMethod
!(
void
,
long
)
setOperation
;
Undocumented in source.
setSnap
GodotMethod
!(
void
,
double
)
setSnap
;
Undocumented in source.
setUseCollision
GodotMethod
!(
void
,
bool
)
setUseCollision
;
Undocumented in source.
Meta
Source
See Implementation
godot
csgshape
CSGShape
aliases
BaseClasses
enums
Constants
Operation
functions
_updateShape
getOperation
getSnap
isRootShape
isUsingCollision
opAssign
opEquals
setOperation
setSnap
setUseCollision
properties
operation
snap
useCollision
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name