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

@ -291,6 +291,7 @@ typedef struct {
typedef struct {
GDExtensionBool is_virtual;
GDExtensionBool is_abstract;
GDExtensionBool is_exposed;
GDExtensionClassSet set_func;
GDExtensionClassGet get_func;
GDExtensionClassGetPropertyList get_property_list_func;