2021-01-04 14:33:44 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<class name="GLTFState" inherits="Resource" version="4.0">
|
|
|
|
<brief_description>
|
|
|
|
</brief_description>
|
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
<method name="get_accessors">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_animation_player">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="AnimationPlayer" />
|
|
|
|
<argument index="0" name="idx" type="int" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_animation_players_count">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="int" />
|
|
|
|
<argument index="0" name="idx" type="int" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_animations">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_buffer_views">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_cameras">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_images">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_lights">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_materials">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_meshes">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_nodes">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_scene_node">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Node" />
|
|
|
|
<argument index="0" name="idx" type="int" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_skeleton_to_node">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Dictionary" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_skeletons">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_skins">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="get_textures">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2021-03-10 10:54:21 +01:00
|
|
|
<method name="get_unique_animation_names">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-03-10 10:54:21 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2021-01-04 14:33:44 +01:00
|
|
|
<method name="get_unique_names">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_accessors">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="accessors" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_animations">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="animations" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_buffer_views">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="buffer_views" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_cameras">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="cameras" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_images">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="images" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_lights">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="lights" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_materials">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="materials" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_meshes">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="meshes" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_nodes">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="nodes" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_skeleton_to_node">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="skeleton_to_node" type="Dictionary" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_skeletons">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="skeletons" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_skins">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="skins" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
<method name="set_textures">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="textures" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2021-03-10 10:54:21 +01:00
|
|
|
<method name="set_unique_animation_names">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="unique_animation_names" type="Array" />
|
2021-03-10 10:54:21 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
2021-01-04 14:33:44 +01:00
|
|
|
<method name="set_unique_names">
|
2021-07-30 15:28:05 +02:00
|
|
|
<return type="void" />
|
|
|
|
<argument index="0" name="unique_names" type="Array" />
|
2021-01-04 14:33:44 +01:00
|
|
|
<description>
|
|
|
|
</description>
|
|
|
|
</method>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2019-09-24 19:45:03 +02:00
|
|
|
<member name="buffers" type="Array" setter="set_buffers" getter="get_buffers" default="[]">
|
2021-01-04 14:33:44 +01:00
|
|
|
</member>
|
2019-09-24 19:45:03 +02:00
|
|
|
<member name="glb_data" type="PackedByteArray" setter="set_glb_data" getter="get_glb_data" default="PackedByteArray()">
|
2021-01-04 14:33:44 +01:00
|
|
|
</member>
|
|
|
|
<member name="json" type="Dictionary" setter="set_json" getter="get_json" default="{}">
|
|
|
|
</member>
|
|
|
|
<member name="major_version" type="int" setter="set_major_version" getter="get_major_version" default="0">
|
|
|
|
</member>
|
|
|
|
<member name="minor_version" type="int" setter="set_minor_version" getter="get_minor_version" default="0">
|
|
|
|
</member>
|
2019-09-24 19:45:03 +02:00
|
|
|
<member name="root_nodes" type="Array" setter="set_root_nodes" getter="get_root_nodes" default="[]">
|
2021-01-04 14:33:44 +01:00
|
|
|
</member>
|
|
|
|
<member name="scene_name" type="String" setter="set_scene_name" getter="get_scene_name" default="""">
|
|
|
|
</member>
|
|
|
|
<member name="use_named_skin_binds" type="bool" setter="set_use_named_skin_binds" getter="get_use_named_skin_binds" default="false">
|
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
</class>
|