EditorFeatureProfile

Inherits: Reference < Object

类别: 核心

简要说明

方法

String

get_feature_name ( Feature feature )

bool

is_class_disabled ( String class_name ) const

bool

is_class_editor_disabled ( String class_name ) const

bool

is_class_property_disabled ( String class_name, String arg1 ) const

bool

is_feature_disabled ( Feature feature ) const

Error

load_from_file ( String path )

Error

save_to_file ( String path )

无效

set_disable_class ( String class_name, bool disable )

无效

set_disable_class_editor ( String class_name, bool disable )

无效

set_disable_class_property ( String class_name, String property, bool arg2 )

无效

set_disable_feature ( Feature feature, bool disable )

枚举

枚举 特征

  • FEATURE_3D = 0

  • FEATURE_SCRIPT = 1

  • FEATURE_ASSET_LIB = 2

  • FEATURE_SCENE_TREE = 3

  • FEATURE_IMPORT_DOCK = 4

  • FEATURE_NODE_DOCK = 5

  • FEATURE_FILESYSTEM_DOCK = 6

  • FEATURE_MAX = 7 ---表示 Feature 枚举。

方法说明

  • bool is_class_disabled ( String class_name ) const

  • bool is_class_editor_disabled ( String class_name ) const

  • void set_disable_class ( String class_name, bool disable )

  • void set_disable_class_editor ( String class_name, bool disable )

  • void set_disable_class_property ( String class_name, String property, bool arg2 )

  • void set_disable_feature ( Feature feature, bool disable )