godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
VisualScriptYield._classBinding
godot
visualscriptyield
VisualScriptYield
Undocumented in source.
struct
VisualScriptYield
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_yield_mode")
GodotMethod
!(
void
,
long
)
setYieldMode
;
__gshared
@
GodotName
("get_yield_mode")
GodotMethod
!(
VisualScriptYield
.
YieldMode
)
getYieldMode
;
__gshared
@
GodotName
("set_wait_time")
GodotMethod
!(
void
,
double
)
setWaitTime
;
__gshared
@
GodotName
("get_wait_time")
GodotMethod
!(
double
)
getWaitTime
;
}
Members
Static variables
getWaitTime
GodotMethod
!(
double
)
getWaitTime
;
Undocumented in source.
getYieldMode
GodotMethod
!(
VisualScriptYield
.
YieldMode
)
getYieldMode
;
Undocumented in source.
setWaitTime
GodotMethod
!(
void
,
double
)
setWaitTime
;
Undocumented in source.
setYieldMode
GodotMethod
!(
void
,
long
)
setYieldMode
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscriptyield
VisualScriptYield
aliases
BaseClasses
enums
Constants
YieldMode
functions
getWaitTime
getYieldMode
opAssign
opEquals
setWaitTime
setYieldMode
properties
mode
waitTime
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name