godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
Path.GDNativeClassBinding
godot
path
Path
Undocumented in source.
struct
Path
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("_curve_changed")
GodotMethod
!(
void
)
_curveChanged
;
__gshared
@
GodotName
("get_curve")
GodotMethod
!(
Curve3D
)
getCurve
;
__gshared
@
GodotName
("set_curve")
GodotMethod
!(
void
,
Curve3D
)
setCurve
;
}
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
toHash
properties
curve
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name