1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Allow GDExtension to register unexposed class.

This commit is contained in:
Daylily-Zeleen
2022-12-20 11:36:25 +08:00
parent fa3428ff25
commit 41ffe5461f
6 changed files with 35 additions and 1 deletions

View File

@@ -315,6 +315,7 @@ struct ObjectGDExtension {
bool editor_class = false;
bool is_virtual = false;
bool is_abstract = false;
bool is_exposed = true;
GDExtensionClassSet set;
GDExtensionClassGet get;
GDExtensionClassGetPropertyList get_property_list;