EditorProperty._classBinding

Undocumented in source.

Members

Static variables

_focusableFocused
GodotMethod!(void, long) _focusableFocused;
Undocumented in source.
_guiInput
GodotMethod!(void, InputEvent) _guiInput;
Undocumented in source.
getEditedObject
GodotMethod!(GodotObject) getEditedObject;
Undocumented in source.
getEditedProperty
GodotMethod!(String) getEditedProperty;
Undocumented in source.
getLabel
GodotMethod!(String) getLabel;
Undocumented in source.
getTooltipText
GodotMethod!(String) getTooltipText;
Undocumented in source.
isCheckable
GodotMethod!(bool) isCheckable;
Undocumented in source.
isChecked
GodotMethod!(bool) isChecked;
Undocumented in source.
isDrawRed
GodotMethod!(bool) isDrawRed;
Undocumented in source.
isKeying
GodotMethod!(bool) isKeying;
Undocumented in source.
isReadOnly
GodotMethod!(bool) isReadOnly;
Undocumented in source.
setCheckable
GodotMethod!(void, bool) setCheckable;
Undocumented in source.
setChecked
GodotMethod!(void, bool) setChecked;
Undocumented in source.
setDrawRed
GodotMethod!(void, bool) setDrawRed;
Undocumented in source.
setKeying
GodotMethod!(void, bool) setKeying;
Undocumented in source.
setLabel
GodotMethod!(void, String) setLabel;
Undocumented in source.
setReadOnly
GodotMethod!(void, bool) setReadOnly;
Undocumented in source.
updateProperty
GodotMethod!(void) updateProperty;
Undocumented in source.

Meta