godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
CollisionPolygon2D._classBinding
godot
collisionpolygon2d
CollisionPolygon2D
Undocumented in source.
struct
CollisionPolygon2D
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_polygon")
GodotMethod
!(
void
,
PoolVector2Array
)
setPolygon
;
__gshared
@
GodotName
("get_polygon")
GodotMethod
!(
PoolVector2Array
)
getPolygon
;
__gshared
@
GodotName
("set_build_mode")
GodotMethod
!(
void
,
long
)
setBuildMode
;
__gshared
@
GodotName
("get_build_mode")
GodotMethod
!(
CollisionPolygon2D
.
BuildMode
)
getBuildMode
;
__gshared
@
GodotName
("set_disabled")
GodotMethod
!(
void
,
bool
)
setDisabled
;
__gshared
@
GodotName
("is_disabled")
GodotMethod
!(
bool
)
isDisabled
;
__gshared
@
GodotName
("set_one_way_collision")
GodotMethod
!(
void
,
bool
)
setOneWayCollision
;
__gshared
@
GodotName
("is_one_way_collision_enabled")
GodotMethod
!(
bool
)
isOneWayCollisionEnabled
;
}
Members
Static variables
getBuildMode
GodotMethod
!(
CollisionPolygon2D
.
BuildMode
)
getBuildMode
;
Undocumented in source.
getPolygon
GodotMethod
!(
PoolVector2Array
)
getPolygon
;
Undocumented in source.
isDisabled
GodotMethod
!(
bool
)
isDisabled
;
Undocumented in source.
isOneWayCollisionEnabled
GodotMethod
!(
bool
)
isOneWayCollisionEnabled
;
Undocumented in source.
setBuildMode
GodotMethod
!(
void
,
long
)
setBuildMode
;
Undocumented in source.
setDisabled
GodotMethod
!(
void
,
bool
)
setDisabled
;
Undocumented in source.
setOneWayCollision
GodotMethod
!(
void
,
bool
)
setOneWayCollision
;
Undocumented in source.
setPolygon
GodotMethod
!(
void
,
PoolVector2Array
)
setPolygon
;
Undocumented in source.
Meta
Source
See Implementation
godot
collisionpolygon2d
CollisionPolygon2D
aliases
BaseClasses
enums
BuildMode
Constants
functions
getBuildMode
getPolygon
isDisabled
isOneWayCollisionEnabled
opAssign
opEquals
setBuildMode
setDisabled
setOneWayCollision
setPolygon
properties
buildMode
disabled
oneWayCollision
polygon
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name