godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
NavigationPolygonInstance.GDNativeClassBinding
godot
navigationpolygoninstance
NavigationPolygonInstance
Undocumented in source.
struct
NavigationPolygonInstance
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("_navpoly_changed")
GodotMethod
!(
void
)
_navpolyChanged
;
__gshared
@
GodotName
("get_navigation_polygon")
GodotMethod
!(
NavigationPolygon
)
getNavigationPolygon
;
__gshared
@
GodotName
("is_enabled")
GodotMethod
!(
bool
)
isEnabled
;
__gshared
@
GodotName
("set_enabled")
GodotMethod
!(
void
,
bool
)
setEnabled
;
__gshared
@
GodotName
("set_navigation_polygon")
GodotMethod
!(
void
,
NavigationPolygon
)
setNavigationPolygon
;
}
Members
Static variables
_navpolyChanged
GodotMethod
!(
void
)
_navpolyChanged
;
Undocumented in source.
getNavigationPolygon
GodotMethod
!(
NavigationPolygon
)
getNavigationPolygon
;
Undocumented in source.
isEnabled
GodotMethod
!(
bool
)
isEnabled
;
Undocumented in source.
setEnabled
GodotMethod
!(
void
,
bool
)
setEnabled
;
Undocumented in source.
setNavigationPolygon
GodotMethod
!(
void
,
NavigationPolygon
)
setNavigationPolygon
;
Undocumented in source.
Meta
Source
See Implementation
godot
navigationpolygoninstance
NavigationPolygonInstance
aliases
BaseClasses
functions
_navpolyChanged
getNavigationPolygon
isEnabled
opAssign
opEquals
setEnabled
setNavigationPolygon
toHash
properties
enabled
navpoly
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name