You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-01 16:38:31 +00:00
Merge pull request #30296 from neikeq/issue-30127
Expose ResourceImporter to the scripting API
This commit is contained in:
@@ -190,6 +190,8 @@ void register_core_types() {
|
|||||||
|
|
||||||
ClassDB::register_class<JSONParseResult>();
|
ClassDB::register_class<JSONParseResult>();
|
||||||
|
|
||||||
|
ClassDB::register_virtual_class<ResourceImporter>();
|
||||||
|
|
||||||
ip = IP::create();
|
ip = IP::create();
|
||||||
|
|
||||||
_geometry = memnew(_Geometry);
|
_geometry = memnew(_Geometry);
|
||||||
|
|||||||
Reference in New Issue
Block a user