EditorFeatureProfile.GDNativeClassBinding

Undocumented in source.

Members

Static variables

getFeatureName
GodotMethod!(String, long) getFeatureName;
Undocumented in source.
isClassDisabled
GodotMethod!(bool, String) isClassDisabled;
Undocumented in source.
isClassEditorDisabled
GodotMethod!(bool, String) isClassEditorDisabled;
Undocumented in source.
isClassPropertyDisabled
GodotMethod!(bool, String, String) isClassPropertyDisabled;
Undocumented in source.
isFeatureDisabled
GodotMethod!(bool, long) isFeatureDisabled;
Undocumented in source.
loadFromFile
GodotMethod!(GodotError, String) loadFromFile;
Undocumented in source.
saveToFile
GodotMethod!(GodotError, String) saveToFile;
Undocumented in source.
setDisableClass
GodotMethod!(void, String, bool) setDisableClass;
Undocumented in source.
setDisableClassEditor
GodotMethod!(void, String, bool) setDisableClassEditor;
Undocumented in source.
setDisableClassProperty
GodotMethod!(void, String, String, bool) setDisableClassProperty;
Undocumented in source.
setDisableFeature
GodotMethod!(void, long, bool) setDisableFeature;
Undocumented in source.

Meta