EditorProperty

Members

Aliases

BaseClasses
alias BaseClasses = AliasSeq!(typeof(_GODOT_base), typeof(_GODOT_base).BaseClasses)
Undocumented in source.

Functions

_focusableFocused
void _focusableFocused(long arg0)
_guiInput
void _guiInput(InputEvent arg0)
getEditedObject
GodotObject getEditedObject()
getEditedProperty
String getEditedProperty()
getLabel
String getLabel()
getTooltipText
String getTooltipText()
isCheckable
bool isCheckable()
isChecked
bool isChecked()
isDrawRed
bool isDrawRed()
isKeying
bool isKeying()
isReadOnly
bool isReadOnly()
opAssign
EditorProperty opAssign(T n)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(EditorProperty other)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(typeof(null) n)
Undocumented in source. Be warned that the author may not have intended to support it.
setCheckable
void setCheckable(bool checkable)
setChecked
void setChecked(bool checked)
setDrawRed
void setDrawRed(bool draw_red)
setKeying
void setKeying(bool keying)
setLabel
void setLabel(StringArg0 text)
setReadOnly
void setReadOnly(bool read_only)
updateProperty
void updateProperty()

Mixins

__anonymous
mixin baseCasts
Undocumented in source.

Properties

checkable
bool checkable [@property getter]
bool checkable [@property setter]
checked
bool checked [@property getter]
bool checked [@property setter]
drawRed
bool drawRed [@property getter]
bool drawRed [@property setter]
keying
bool keying [@property getter]
bool keying [@property setter]
label
String label [@property getter]
String label [@property setter]
readOnly
bool readOnly [@property getter]
bool readOnly [@property setter]

Static functions

_new
EditorProperty _new()
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

_classBindingInitialized
bool _classBindingInitialized;
Undocumented in source.

Structs

_classBinding
struct _classBinding
Undocumented in source.

Unions

__anonymous
union __anonymous
Undocumented in source.

Variables

_GODOT_internal_name
enum string _GODOT_internal_name;
Undocumented in source.

Mixed In Members

From mixin baseCasts

as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
To as()
Undocumented in source. Be warned that the author may not have intended to support it.
as
ToRef as()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(To)
Undocumented in source.
opCast
template opCast(ToRef)
Undocumented in source.
opCast
void* opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
godot_object opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opCast
bool opCast()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta