-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add script class categories to EditorInspector.
(cherry picked from commit 644de52)
- Loading branch information
1 parent
1dd2cf7
commit 8a02f22
Showing
3 changed files
with
102 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Not sure if important here, but have to be aware of things like #41025 for
FileAccess::exists
vsResourceLoader::exists
, but here this is not an issue I think because that's editor stuff.Also, use
!String.empty()
, which is more readable and may be faster according to #43181.