godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
CollisionPolygon._classBinding
godot
collisionpolygon
CollisionPolygon
Undocumented in source.
struct
CollisionPolygon
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_depth")
GodotMethod
!(
void
,
double
)
setDepth
;
__gshared
@
GodotName
("get_depth")
GodotMethod
!(
double
)
getDepth
;
__gshared
@
GodotName
("set_polygon")
GodotMethod
!(
void
,
PoolVector2Array
)
setPolygon
;
__gshared
@
GodotName
("get_polygon")
GodotMethod
!(
PoolVector2Array
)
getPolygon
;
__gshared
@
GodotName
("set_disabled")
GodotMethod
!(
void
,
bool
)
setDisabled
;
__gshared
@
GodotName
("is_disabled")
GodotMethod
!(
bool
)
isDisabled
;
__gshared
@
GodotName
("_is_editable_3d_polygon")
GodotMethod
!(
bool
)
_isEditable3dPolygon
;
}
Members
Static variables
_isEditable3dPolygon
GodotMethod
!(
bool
)
_isEditable3dPolygon
;
Undocumented in source.
getDepth
GodotMethod
!(
double
)
getDepth
;
Undocumented in source.
getPolygon
GodotMethod
!(
PoolVector2Array
)
getPolygon
;
Undocumented in source.
isDisabled
GodotMethod
!(
bool
)
isDisabled
;
Undocumented in source.
setDepth
GodotMethod
!(
void
,
double
)
setDepth
;
Undocumented in source.
setDisabled
GodotMethod
!(
void
,
bool
)
setDisabled
;
Undocumented in source.
setPolygon
GodotMethod
!(
void
,
PoolVector2Array
)
setPolygon
;
Undocumented in source.
Meta
Source
See Implementation
godot
collisionpolygon
CollisionPolygon
aliases
BaseClasses
functions
_isEditable3dPolygon
getDepth
getPolygon
isDisabled
opAssign
opEquals
setDepth
setDisabled
setPolygon
properties
depth
disabled
polygon
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name