EditorFeatureProfile
Inherits: RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Methods
get_feature_name ( Feature feature ) |
|
is_class_disabled ( StringName class_name ) const |
|
is_class_editor_disabled ( StringName class_name ) const |
|
is_class_property_disabled ( StringName class_name, StringName property ) const |
|
is_feature_disabled ( Feature feature ) const |
|
load_from_file ( String path ) |
|
save_to_file ( String path ) |
|
void |
set_disable_class ( StringName class_name, bool disable ) |
void |
set_disable_class_editor ( StringName class_name, bool disable ) |
void |
set_disable_class_property ( StringName class_name, StringName property, bool disable ) |
void |
set_disable_feature ( Feature feature, bool disable ) |
Enumerations
enum Feature:
Feature FEATURE_3D = 0
There is currently no description for this enum. Please help us by contributing one!
Feature FEATURE_SCRIPT = 1
There is currently no description for this enum. Please help us by contributing one!
Feature FEATURE_ASSET_LIB = 2
There is currently no description for this enum. Please help us by contributing one!
Feature FEATURE_SCENE_TREE = 3
There is currently no description for this enum. Please help us by contributing one!
Feature FEATURE_NODE_DOCK = 4
There is currently no description for this enum. Please help us by contributing one!
Feature FEATURE_FILESYSTEM_DOCK = 5
There is currently no description for this enum. Please help us by contributing one!
Feature FEATURE_IMPORT_DOCK = 6
There is currently no description for this enum. Please help us by contributing one!
Feature FEATURE_HISTORY_DOCK = 7
There is currently no description for this enum. Please help us by contributing one!
Feature FEATURE_MAX = 8
There is currently no description for this enum. Please help us by contributing one!
Method Descriptions
String get_feature_name ( Feature feature )
There is currently no description for this method. Please help us by contributing one!
bool is_class_disabled ( StringName class_name ) const
There is currently no description for this method. Please help us by contributing one!
bool is_class_editor_disabled ( StringName class_name ) const
There is currently no description for this method. Please help us by contributing one!
bool is_class_property_disabled ( StringName class_name, StringName property ) const
There is currently no description for this method. Please help us by contributing one!
bool is_feature_disabled ( Feature feature ) const
There is currently no description for this method. Please help us by contributing one!
Error load_from_file ( String path )
There is currently no description for this method. Please help us by contributing one!
Error save_to_file ( String path )
There is currently no description for this method. Please help us by contributing one!
void set_disable_class ( StringName class_name, bool disable )
There is currently no description for this method. Please help us by contributing one!
void set_disable_class_editor ( StringName class_name, bool disable )
There is currently no description for this method. Please help us by contributing one!
void set_disable_class_property ( StringName class_name, StringName property, bool disable )
There is currently no description for this method. Please help us by contributing one!
void set_disable_feature ( Feature feature, bool disable )
There is currently no description for this method. Please help us by contributing one!