mirror of
https://github.com/Relintai/procedural_animations.git
synced 2024-11-13 08:27:19 +01:00
294 lines
7.7 KiB
XML
294 lines
7.7 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="ProceduralAnimation" inherits="Resource" version="3.2">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="add_animation">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="add_keyframe">
|
|
<return type="int">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_animation_indices" qualifiers="const">
|
|
<return type="PoolIntArray">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_animation_keyframe_name" qualifiers="const">
|
|
<return type="String">
|
|
</return>
|
|
<argument index="0" name="keyframe_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_animation_keyframe_names" qualifiers="const">
|
|
<return type="PoolStringArray">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_animation_name" qualifiers="const">
|
|
<return type="String">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_animation_node_position" qualifiers="const">
|
|
<return type="Vector2">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_animation_start_frame_index" qualifiers="const">
|
|
<return type="int">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_keyframe_animation_keyframe_index" qualifiers="const">
|
|
<return type="int">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_keyframe_in_curve" qualifiers="const">
|
|
<return type="Curve">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_keyframe_indices" qualifiers="const">
|
|
<return type="PoolIntArray">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_keyframe_name" qualifiers="const">
|
|
<return type="String">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_keyframe_next_keyframe_index" qualifiers="const">
|
|
<return type="int">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="get_keyframe_node_position" qualifiers="const">
|
|
<return type="Vector2">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="has_animation" qualifiers="const">
|
|
<return type="bool">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="has_keyframe" qualifiers="const">
|
|
<return type="bool">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="initialize">
|
|
<return type="void">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="load_keyframe_data">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="keyframe_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="remove_animation">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="remove_animation_keyframe_name">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="keyframe_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="remove_keyframe">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_animation_keyframe_name">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="keyframe_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="value" type="String">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_animation_name">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="value" type="String">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_animation_node_position">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="value" type="Vector2">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_animation_start_frame_index">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="value" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_keyframe_animation_keyframe_index">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<argument index="2" name="value" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_keyframe_in_curve">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<argument index="2" name="value" type="Curve">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_keyframe_name">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<argument index="2" name="value" type="String">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_keyframe_next_keyframe_index">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<argument index="2" name="value" type="int">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_keyframe_node_position">
|
|
<return type="void">
|
|
</return>
|
|
<argument index="0" name="animation_index" type="int">
|
|
</argument>
|
|
<argument index="1" name="keyframe_index" type="int">
|
|
</argument>
|
|
<argument index="2" name="value" type="Vector2">
|
|
</argument>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<members>
|
|
<member name="animation" type="Animation" setter="set_animation" getter="get_animation">
|
|
</member>
|
|
<member name="animation_fps" type="int" setter="set_animation_fps" getter="get_animation_fps" default="15">
|
|
</member>
|
|
</members>
|
|
<constants>
|
|
</constants>
|
|
</class>
|