godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
VisualScriptComment._classBinding
godot
visualscriptcomment
VisualScriptComment
Undocumented in source.
struct
VisualScriptComment
package @
nogc
nothrow static
struct
_classBinding {
__gshared
@
GodotName
("set_title")
GodotMethod
!(
void
,
String
)
setTitle
;
__gshared
@
GodotName
("get_title")
GodotMethod
!(
String
)
getTitle
;
__gshared
@
GodotName
("set_description")
GodotMethod
!(
void
,
String
)
setDescription
;
__gshared
@
GodotName
("get_description")
GodotMethod
!(
String
)
getDescription
;
__gshared
@
GodotName
("set_size")
GodotMethod
!(
void
,
Vector2
)
setSize
;
__gshared
@
GodotName
("get_size")
GodotMethod
!(
Vector2
)
getSize
;
}
Members
Static variables
getDescription
GodotMethod
!(
String
)
getDescription
;
Undocumented in source.
getSize
GodotMethod
!(
Vector2
)
getSize
;
Undocumented in source.
getTitle
GodotMethod
!(
String
)
getTitle
;
Undocumented in source.
setDescription
GodotMethod
!(
void
,
String
)
setDescription
;
Undocumented in source.
setSize
GodotMethod
!(
void
,
Vector2
)
setSize
;
Undocumented in source.
setTitle
GodotMethod
!(
void
,
String
)
setTitle
;
Undocumented in source.
Meta
Source
See Implementation
godot
visualscriptcomment
VisualScriptComment
aliases
BaseClasses
functions
getDescription
getSize
getTitle
opAssign
opEquals
setDescription
setSize
setTitle
properties
description
size
title
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name