godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
Path2D._classBinding
godot
path2d
Path2D
Undocumented in source.
struct
Path2D
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_curve")
GodotMethod
!(
void
,
Curve2D
)
setCurve
;
__gshared
@
GodotName
("get_curve")
GodotMethod
!(
Curve2D
)
getCurve
;
__gshared
@
GodotName
("_curve_changed")
GodotMethod
!(
void
)
_curveChanged
;
}
Members
Static variables
_curveChanged
GodotMethod
!(
void
)
_curveChanged
;
Undocumented in source.
getCurve
GodotMethod
!(
Curve2D
)
getCurve
;
Undocumented in source.
setCurve
GodotMethod
!(
void
,
Curve2D
)
setCurve
;
Undocumented in source.
Meta
Source
See Implementation
godot
path2d
Path2D
aliases
BaseClasses
functions
_curveChanged
getCurve
opAssign
opEquals
setCurve
properties
curve
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name