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