godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
ReferenceRect.GDNativeClassBinding
godot
referencerect
ReferenceRect
Undocumented in source.
struct
ReferenceRect
package @
nogc
nothrow static
struct
GDNativeClassBinding {
__gshared
@
GodotName
("get_border_color")
GodotMethod
!(
Color
)
getBorderColor
;
__gshared
@
GodotName
("get_border_width")
GodotMethod
!(
double
)
getBorderWidth
;
__gshared
@
GodotName
("get_editor_only")
GodotMethod
!(
bool
)
getEditorOnly
;
__gshared
@
GodotName
("set_border_color")
GodotMethod
!(
void
,
Color
)
setBorderColor
;
__gshared
@
GodotName
("set_border_width")
GodotMethod
!(
void
,
double
)
setBorderWidth
;
__gshared
@
GodotName
("set_editor_only")
GodotMethod
!(
void
,
bool
)
setEditorOnly
;
}
Members
Static variables
getBorderColor
GodotMethod
!(
Color
)
getBorderColor
;
Undocumented in source.
getBorderWidth
GodotMethod
!(
double
)
getBorderWidth
;
Undocumented in source.
getEditorOnly
GodotMethod
!(
bool
)
getEditorOnly
;
Undocumented in source.
setBorderColor
GodotMethod
!(
void
,
Color
)
setBorderColor
;
Undocumented in source.
setBorderWidth
GodotMethod
!(
void
,
double
)
setBorderWidth
;
Undocumented in source.
setEditorOnly
GodotMethod
!(
void
,
bool
)
setEditorOnly
;
Undocumented in source.
Meta
Source
See Implementation
godot
referencerect
ReferenceRect
aliases
BaseClasses
functions
getBorderColor
getBorderWidth
getEditorOnly
opAssign
opEquals
setBorderColor
setBorderWidth
setEditorOnly
toHash
properties
borderColor
borderWidth
editorOnly
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name