godot-d v0.0.7 (2018-11-02T21:25:15Z)
Dub
Repo
BackBufferCopy._classBinding
godot
backbuffercopy
BackBufferCopy
Undocumented in source.
struct
BackBufferCopy
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_rect")
GodotMethod
!(
void
,
Rect2
)
setRect
;
__gshared
@
GodotName
("get_rect")
GodotMethod
!(
Rect2
)
getRect
;
__gshared
@
GodotName
("set_copy_mode")
GodotMethod
!(
void
,
long
)
setCopyMode
;
__gshared
@
GodotName
("get_copy_mode")
GodotMethod
!(
BackBufferCopy
.
CopyMode
)
getCopyMode
;
}
Members
Static variables
getCopyMode
GodotMethod
!(
BackBufferCopy
.
CopyMode
)
getCopyMode
;
Undocumented in source.
getRect
GodotMethod
!(
Rect2
)
getRect
;
Undocumented in source.
setCopyMode
GodotMethod
!(
void
,
long
)
setCopyMode
;
Undocumented in source.
setRect
GodotMethod
!(
void
,
Rect2
)
setRect
;
Undocumented in source.
Meta
Source
See Implementation
godot
backbuffercopy
BackBufferCopy
aliases
BaseClasses
enums
Constants
CopyMode
functions
getCopyMode
getRect
opAssign
opEquals
setCopyMode
setRect
properties
copyMode
rect
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name