godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
SegmentShape2D._classBinding
godot
segmentshape2d
SegmentShape2D
Undocumented in source.
struct
SegmentShape2D
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_a")
GodotMethod
!(
void
,
Vector2
)
setA
;
__gshared
@
GodotName
("get_a")
GodotMethod
!(
Vector2
)
getA
;
__gshared
@
GodotName
("set_b")
GodotMethod
!(
void
,
Vector2
)
setB
;
__gshared
@
GodotName
("get_b")
GodotMethod
!(
Vector2
)
getB
;
}
Members
Static variables
getA
GodotMethod
!(
Vector2
)
getA
;
Undocumented in source.
getB
GodotMethod
!(
Vector2
)
getB
;
Undocumented in source.
setA
GodotMethod
!(
void
,
Vector2
)
setA
;
Undocumented in source.
setB
GodotMethod
!(
void
,
Vector2
)
setB
;
Undocumented in source.
Meta
Source
See Implementation
godot
segmentshape2d
SegmentShape2D
aliases
BaseClasses
functions
getA
getB
opAssign
opEquals
setA
setB
properties
a
b
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name