godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
NavigationMeshInstance._classBinding
godot
navigationmeshinstance
NavigationMeshInstance
Undocumented in source.
struct
NavigationMeshInstance
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_navigation_mesh")
GodotMethod
!(
void
,
NavigationMesh
)
setNavigationMesh
;
__gshared
@
GodotName
("get_navigation_mesh")
GodotMethod
!(
NavigationMesh
)
getNavigationMesh
;
__gshared
@
GodotName
("set_enabled")
GodotMethod
!(
void
,
bool
)
setEnabled
;
__gshared
@
GodotName
("is_enabled")
GodotMethod
!(
bool
)
isEnabled
;
}
Members
Static variables
getNavigationMesh
GodotMethod
!(
NavigationMesh
)
getNavigationMesh
;
Undocumented in source.
isEnabled
GodotMethod
!(
bool
)
isEnabled
;
Undocumented in source.
setEnabled
GodotMethod
!(
void
,
bool
)
setEnabled
;
Undocumented in source.
setNavigationMesh
GodotMethod
!(
void
,
NavigationMesh
)
setNavigationMesh
;
Undocumented in source.
Meta
Source
See Implementation
godot
navigationmeshinstance
NavigationMeshInstance
aliases
BaseClasses
functions
getNavigationMesh
isEnabled
opAssign
opEquals
setEnabled
setNavigationMesh
properties
enabled
navmesh
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name