2021-03-03 05:20:20 +01:00
<?xml version="1.0" encoding="UTF-8" ?>
2022-08-05 18:51:38 +02:00
<class name= "PackedSceneGLTF" inherits= "PackedScene" version= "3.6" xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation= "../../../doc/class.xsd" >
2021-03-03 05:20:20 +01:00
<brief_description >
</brief_description>
<description >
2022-04-22 19:07:23 +02:00
[b]Note:[/b] This class is only compiled in editor builds. Run-time glTF loading and saving is [i]not[/i] available in exported projects. References to [PackedSceneGLTF] within a script will cause an error in an exported project.
2021-03-03 05:20:20 +01:00
</description>
<tutorials >
</tutorials>
<methods >
<method name= "export_gltf" >
2021-07-30 15:28:05 +02:00
<return type= "int" enum= "Error" />
<argument index= "0" name= "node" type= "Node" />
<argument index= "1" name= "path" type= "String" />
<argument index= "2" name= "flags" type= "int" default= "0" />
<argument index= "3" name= "bake_fps" type= "float" default= "1000.0" />
2021-03-03 05:20:20 +01:00
<description >
</description>
</method>
<method name= "import_gltf_scene" >
2021-07-30 15:28:05 +02:00
<return type= "Node" />
<argument index= "0" name= "path" type= "String" />
<argument index= "1" name= "flags" type= "int" default= "0" />
<argument index= "2" name= "bake_fps" type= "float" default= "1000.0" />
2021-05-10 22:51:11 +02:00
<argument index= "3" name= "compress_flags" type= "int" default= "2194432" />
<argument index= "4" name= "state" type= "GLTFState" default= "null" />
2021-03-03 05:20:20 +01:00
<description >
</description>
</method>
<method name= "pack_gltf" >
2021-07-30 15:28:05 +02:00
<return type= "void" />
<argument index= "0" name= "path" type= "String" />
<argument index= "1" name= "flags" type= "int" default= "0" />
<argument index= "2" name= "bake_fps" type= "float" default= "1000.0" />
2021-05-10 22:51:11 +02:00
<argument index= "3" name= "compress_flags" type= "int" default= "2194432" />
<argument index= "4" name= "state" type= "GLTFState" default= "null" />
2021-03-03 05:20:20 +01:00
<description >
</description>
</method>
</methods>
<members >
2021-12-02 21:15:17 +01:00
<member name= "_bundled" type= "Dictionary" setter= "_set_bundled_scene" getter= "_get_bundled_scene" overrides= "PackedScene" default= "{"conn_count": 0,"conns": PoolIntArray( ),"editable_instances": [ ],"names": PoolStringArray( ),"node_count": 0,"node_paths": [ ],"nodes": PoolIntArray( ),"variants": [ ],"version": 2}" />
2021-03-03 05:20:20 +01:00
</members>
<constants >
</constants>
</class>