godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
VisibilityNotifier2D.GDNativeClassBinding
godot
visibilitynotifier2d
VisibilityNotifier2D
Undocumented in source.
struct
VisibilityNotifier2D
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_rect")
GodotMethod
!(
Rect2
)
getRect
;
__gshared
@
GodotName
("is_on_screen")
GodotMethod
!(
bool
)
isOnScreen
;
__gshared
@
GodotName
("set_rect")
GodotMethod
!(
void
,
Rect2
)
setRect
;
}
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
toHash
properties
rect
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name