godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
CollisionShape2D._classBinding
godot
collisionshape2d
CollisionShape2D
Undocumented in source.
struct
CollisionShape2D
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_shape")
GodotMethod
!(
void
,
Shape2D
)
setShape
;
__gshared
@
GodotName
("get_shape")
GodotMethod
!(
Shape2D
)
getShape
;
__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
;
__gshared
@
GodotName
("_shape_changed")
GodotMethod
!(
void
)
_shapeChanged
;
}
Members
Static variables
_shapeChanged
GodotMethod
!(
void
)
_shapeChanged
;
Undocumented in source.
getShape
GodotMethod
!(
Shape2D
)
getShape
;
Undocumented in source.
isDisabled
GodotMethod
!(
bool
)
isDisabled
;
Undocumented in source.
isOneWayCollisionEnabled
GodotMethod
!(
bool
)
isOneWayCollisionEnabled
;
Undocumented in source.
setDisabled
GodotMethod
!(
void
,
bool
)
setDisabled
;
Undocumented in source.
setOneWayCollision
GodotMethod
!(
void
,
bool
)
setOneWayCollision
;
Undocumented in source.
setShape
GodotMethod
!(
void
,
Shape2D
)
setShape
;
Undocumented in source.
Meta
Source
See Implementation
godot
collisionshape2d
CollisionShape2D
aliases
BaseClasses
functions
_shapeChanged
getShape
isDisabled
isOneWayCollisionEnabled
opAssign
opEquals
setDisabled
setOneWayCollision
setShape
properties
disabled
oneWayCollision
shape
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name