godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
VisibilityNotifier2D._classBinding
godot
visibilitynotifier2d
VisibilityNotifier2D
Undocumented in source.
struct
VisibilityNotifier2D
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_rect")
GodotMethod
!(
void
,
Rect2
)
setRect
;
__gshared
@
GodotName
("get_rect")
GodotMethod
!(
Rect2
)
getRect
;
__gshared
@
GodotName
("is_on_screen")
GodotMethod
!(
bool
)
isOnScreen
;
}
Members
Static variables
getRect
GodotMethod
!(
Rect2
)
getRect
;
Undocumented in source.
isOnScreen
GodotMethod
!(
bool
)
isOnScreen
;
Undocumented in source.
setRect
GodotMethod
!(
void
,
Rect2
)
setRect
;
Undocumented in source.
Meta
Source
See Implementation
godot
visibilitynotifier2d
VisibilityNotifier2D
aliases
BaseClasses
functions
getRect
isOnScreen
opAssign
opEquals
setRect
properties
rect
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name