123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the AnimationNodeBlendSpace2D.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_AnimationNodeBlendSpace2D:
- AnimationNodeBlendSpace2D
- =========================
- **Inherits:** :ref:`AnimationRootNode<class_AnimationRootNode>` **<** :ref:`AnimationNode<class_AnimationNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`Reference<class_Reference>` **<** :ref:`Object<class_Object>`
- **Category:** Core
- Brief Description
- -----------------
- Properties
- ----------
- +-------------------------------+-----------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`auto_triangles<class_AnimationNodeBlendSpace2D_auto_triangles>` |
- +-------------------------------+-----------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`max_space<class_AnimationNodeBlendSpace2D_max_space>` |
- +-------------------------------+-----------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`min_space<class_AnimationNodeBlendSpace2D_min_space>` |
- +-------------------------------+-----------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`snap<class_AnimationNodeBlendSpace2D_snap>` |
- +-------------------------------+-----------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`x_label<class_AnimationNodeBlendSpace2D_x_label>` |
- +-------------------------------+-----------------------------------------------------------------------+
- | :ref:`String<class_String>` | :ref:`y_label<class_AnimationNodeBlendSpace2D_y_label>` |
- +-------------------------------+-----------------------------------------------------------------------+
- Methods
- -------
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`add_blend_point<class_AnimationNodeBlendSpace2D_add_blend_point>` **(** :ref:`AnimationRootNode<class_AnimationRootNode>` node, :ref:`Vector2<class_Vector2>` pos, :ref:`int<class_int>` at_index=-1 **)** |
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`add_triangle<class_AnimationNodeBlendSpace2D_add_triangle>` **(** :ref:`int<class_int>` x, :ref:`int<class_int>` y, :ref:`int<class_int>` z, :ref:`int<class_int>` at_index=-1 **)** |
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_blend_point_count<class_AnimationNodeBlendSpace2D_get_blend_point_count>` **(** **)** const |
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`AnimationRootNode<class_AnimationRootNode>` | :ref:`get_blend_point_node<class_AnimationNodeBlendSpace2D_get_blend_point_node>` **(** :ref:`int<class_int>` point **)** const |
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_Vector2>` | :ref:`get_blend_point_position<class_AnimationNodeBlendSpace2D_get_blend_point_position>` **(** :ref:`int<class_int>` point **)** const |
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_triangle_count<class_AnimationNodeBlendSpace2D_get_triangle_count>` **(** **)** const |
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | :ref:`int<class_int>` | :ref:`get_triangle_point<class_AnimationNodeBlendSpace2D_get_triangle_point>` **(** :ref:`int<class_int>` triangle, :ref:`int<class_int>` point **)** |
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`remove_blend_point<class_AnimationNodeBlendSpace2D_remove_blend_point>` **(** :ref:`int<class_int>` point **)** |
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`remove_triangle<class_AnimationNodeBlendSpace2D_remove_triangle>` **(** :ref:`int<class_int>` triangle **)** |
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_blend_point_node<class_AnimationNodeBlendSpace2D_set_blend_point_node>` **(** :ref:`int<class_int>` point, :ref:`AnimationRootNode<class_AnimationRootNode>` node **)** |
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_blend_point_position<class_AnimationNodeBlendSpace2D_set_blend_point_position>` **(** :ref:`int<class_int>` point, :ref:`Vector2<class_Vector2>` pos **)** |
- +----------------------------------------------------+------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
- Property Descriptions
- ---------------------
- .. _class_AnimationNodeBlendSpace2D_auto_triangles:
- - :ref:`bool<class_bool>` **auto_triangles**
- +----------+---------------------------+
- | *Setter* | set_auto_triangles(value) |
- +----------+---------------------------+
- | *Getter* | get_auto_triangles() |
- +----------+---------------------------+
- .. _class_AnimationNodeBlendSpace2D_max_space:
- - :ref:`Vector2<class_Vector2>` **max_space**
- +----------+----------------------+
- | *Setter* | set_max_space(value) |
- +----------+----------------------+
- | *Getter* | get_max_space() |
- +----------+----------------------+
- .. _class_AnimationNodeBlendSpace2D_min_space:
- - :ref:`Vector2<class_Vector2>` **min_space**
- +----------+----------------------+
- | *Setter* | set_min_space(value) |
- +----------+----------------------+
- | *Getter* | get_min_space() |
- +----------+----------------------+
- .. _class_AnimationNodeBlendSpace2D_snap:
- - :ref:`Vector2<class_Vector2>` **snap**
- +----------+-----------------+
- | *Setter* | set_snap(value) |
- +----------+-----------------+
- | *Getter* | get_snap() |
- +----------+-----------------+
- .. _class_AnimationNodeBlendSpace2D_x_label:
- - :ref:`String<class_String>` **x_label**
- +----------+--------------------+
- | *Setter* | set_x_label(value) |
- +----------+--------------------+
- | *Getter* | get_x_label() |
- +----------+--------------------+
- .. _class_AnimationNodeBlendSpace2D_y_label:
- - :ref:`String<class_String>` **y_label**
- +----------+--------------------+
- | *Setter* | set_y_label(value) |
- +----------+--------------------+
- | *Getter* | get_y_label() |
- +----------+--------------------+
- Method Descriptions
- -------------------
- .. _class_AnimationNodeBlendSpace2D_add_blend_point:
- - void **add_blend_point** **(** :ref:`AnimationRootNode<class_AnimationRootNode>` node, :ref:`Vector2<class_Vector2>` pos, :ref:`int<class_int>` at_index=-1 **)**
- .. _class_AnimationNodeBlendSpace2D_add_triangle:
- - void **add_triangle** **(** :ref:`int<class_int>` x, :ref:`int<class_int>` y, :ref:`int<class_int>` z, :ref:`int<class_int>` at_index=-1 **)**
- .. _class_AnimationNodeBlendSpace2D_get_blend_point_count:
- - :ref:`int<class_int>` **get_blend_point_count** **(** **)** const
- .. _class_AnimationNodeBlendSpace2D_get_blend_point_node:
- - :ref:`AnimationRootNode<class_AnimationRootNode>` **get_blend_point_node** **(** :ref:`int<class_int>` point **)** const
- .. _class_AnimationNodeBlendSpace2D_get_blend_point_position:
- - :ref:`Vector2<class_Vector2>` **get_blend_point_position** **(** :ref:`int<class_int>` point **)** const
- .. _class_AnimationNodeBlendSpace2D_get_triangle_count:
- - :ref:`int<class_int>` **get_triangle_count** **(** **)** const
- .. _class_AnimationNodeBlendSpace2D_get_triangle_point:
- - :ref:`int<class_int>` **get_triangle_point** **(** :ref:`int<class_int>` triangle, :ref:`int<class_int>` point **)**
- .. _class_AnimationNodeBlendSpace2D_remove_blend_point:
- - void **remove_blend_point** **(** :ref:`int<class_int>` point **)**
- .. _class_AnimationNodeBlendSpace2D_remove_triangle:
- - void **remove_triangle** **(** :ref:`int<class_int>` triangle **)**
- .. _class_AnimationNodeBlendSpace2D_set_blend_point_node:
- - void **set_blend_point_node** **(** :ref:`int<class_int>` point, :ref:`AnimationRootNode<class_AnimationRootNode>` node **)**
- .. _class_AnimationNodeBlendSpace2D_set_blend_point_position:
- - void **set_blend_point_position** **(** :ref:`int<class_int>` point, :ref:`Vector2<class_Vector2>` pos **)**
|