60 lines
2 KiB
XML
60 lines
2 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="GLTFDocumentExtension" inherits="Resource" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../doc/class.xsd">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="_export_node" qualifiers="virtual">
|
|
<return type="int" />
|
|
<argument index="0" name="state" type="GLTFState" />
|
|
<argument index="1" name="gltf_node" type="GLTFNode" />
|
|
<argument index="2" name="json" type="Dictionary" />
|
|
<argument index="3" name="node" type="Node" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_export_post" qualifiers="virtual">
|
|
<return type="int" />
|
|
<argument index="0" name="state" type="GLTFState" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_export_preflight" qualifiers="virtual">
|
|
<return type="int" />
|
|
<argument index="0" name="root" type="Node" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_import_node" qualifiers="virtual">
|
|
<return type="int" />
|
|
<argument index="0" name="state" type="GLTFState" />
|
|
<argument index="1" name="gltf_node" type="GLTFNode" />
|
|
<argument index="2" name="json" type="Dictionary" />
|
|
<argument index="3" name="node" type="Node" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_import_post" qualifiers="virtual">
|
|
<return type="int" />
|
|
<argument index="0" name="state" type="GLTFState" />
|
|
<argument index="1" name="root" type="Node" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_import_post_parse" qualifiers="virtual">
|
|
<return type="int" />
|
|
<argument index="0" name="state" type="GLTFState" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_import_preflight" qualifiers="virtual">
|
|
<return type="int" />
|
|
<argument index="0" name="state" type="GLTFState" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
</class>
|