Use the gray color for all abstract classes
This commit is contained in:
parent
6758a7f8c0
commit
398ca4e71a
21 changed files with 42 additions and 38 deletions
|
|
@ -868,7 +868,7 @@ public:
|
|||
Ref<Script> get_object_custom_type_base(const Object *p_object) const;
|
||||
StringName get_object_custom_type_name(const Object *p_object) const;
|
||||
Ref<Texture2D> get_object_icon(const Object *p_object, const String &p_fallback = "Object");
|
||||
Ref<Texture2D> get_class_icon(const String &p_class, const String &p_fallback = "Object");
|
||||
Ref<Texture2D> get_class_icon(const String &p_class, const String &p_fallback = "");
|
||||
|
||||
bool is_object_of_custom_type(const Object *p_object, const StringName &p_class);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue