.. DO NOT EDIT THIS FILE!!! .. Generated automatically from Godot engine sources. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py. .. XML source: https://github.com/godotengine/godot/tree/master/docs/gdscript/doc/classes/AnimationNodeBlendSpace2D.xml. .. _class_AnimationNodeBlendSpace2D: AnimationNodeBlendSpace2D ========================= **Inherits:** :ref:`AnimationRootNode` **<** :ref:`AnimationNode` **<** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` .. container:: contribute There is currently no description for this class. Please help us by :ref:`contributing one `! .. rst-class:: classref-reftable-group Properties ---------- .. table:: :widths: auto +------------------------------------------------------------+--------------------------------------------------------------------------------+-----------------------+ | :ref:`bool` | :ref:`auto_triangles` | ``true`` | +------------------------------------------------------------+--------------------------------------------------------------------------------+-----------------------+ | :ref:`BlendMode` | :ref:`blend_mode` | ``0`` | +------------------------------------------------------------+--------------------------------------------------------------------------------+-----------------------+ | :ref:`Vector2` | :ref:`max_space` | ``Vector2(1, 1)`` | +------------------------------------------------------------+--------------------------------------------------------------------------------+-----------------------+ | :ref:`Vector2` | :ref:`min_space` | ``Vector2(-1, -1)`` | +------------------------------------------------------------+--------------------------------------------------------------------------------+-----------------------+ | :ref:`Vector2` | :ref:`snap` | ``Vector2(0.1, 0.1)`` | +------------------------------------------------------------+--------------------------------------------------------------------------------+-----------------------+ | :ref:`bool` | :ref:`sync` | ``false`` | +------------------------------------------------------------+--------------------------------------------------------------------------------+-----------------------+ | :ref:`String` | :ref:`x_label` | ``"x"`` | +------------------------------------------------------------+--------------------------------------------------------------------------------+-----------------------+ | :ref:`String` | :ref:`y_label` | ``"y"`` | +------------------------------------------------------------+--------------------------------------------------------------------------------+-----------------------+ .. rst-class:: classref-reftable-group Methods ------- .. table:: :widths: auto +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_blend_point` **(** :ref:`AnimationRootNode` node, :ref:`Vector2` pos, :ref:`int` at_index=-1 **)** | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`add_triangle` **(** :ref:`int` x, :ref:`int` y, :ref:`int` z, :ref:`int` at_index=-1 **)** | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_blend_point_count` **(** **)** |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`AnimationRootNode` | :ref:`get_blend_point_node` **(** :ref:`int` point **)** |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`Vector2` | :ref:`get_blend_point_position` **(** :ref:`int` point **)** |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_triangle_count` **(** **)** |const| | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | :ref:`int` | :ref:`get_triangle_point` **(** :ref:`int` triangle, :ref:`int` point **)** | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_blend_point` **(** :ref:`int` point **)** | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`remove_triangle` **(** :ref:`int` triangle **)** | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_blend_point_node` **(** :ref:`int` point, :ref:`AnimationRootNode` node **)** | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | void | :ref:`set_blend_point_position` **(** :ref:`int` point, :ref:`Vector2` pos **)** | +---------------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Signals ------- .. _class_AnimationNodeBlendSpace2D_signal_triangles_updated: .. rst-class:: classref-signal **triangles_updated** **(** **)** .. container:: contribute There is currently no description for this signal. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Enumerations ------------ .. _enum_AnimationNodeBlendSpace2D_BlendMode: .. rst-class:: classref-enumeration enum **BlendMode**: .. _class_AnimationNodeBlendSpace2D_constant_BLEND_MODE_INTERPOLATED: .. rst-class:: classref-enumeration-constant :ref:`BlendMode` **BLEND_MODE_INTERPOLATED** = ``0`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_AnimationNodeBlendSpace2D_constant_BLEND_MODE_DISCRETE: .. rst-class:: classref-enumeration-constant :ref:`BlendMode` **BLEND_MODE_DISCRETE** = ``1`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. _class_AnimationNodeBlendSpace2D_constant_BLEND_MODE_DISCRETE_CARRY: .. rst-class:: classref-enumeration-constant :ref:`BlendMode` **BLEND_MODE_DISCRETE_CARRY** = ``2`` .. container:: contribute There is currently no description for this enum. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_AnimationNodeBlendSpace2D_property_auto_triangles: .. rst-class:: classref-property :ref:`bool` **auto_triangles** = ``true`` .. rst-class:: classref-property-setget - void **set_auto_triangles** **(** :ref:`bool` value **)** - :ref:`bool` **get_auto_triangles** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_property_blend_mode: .. rst-class:: classref-property :ref:`BlendMode` **blend_mode** = ``0`` .. rst-class:: classref-property-setget - void **set_blend_mode** **(** :ref:`BlendMode` value **)** - :ref:`BlendMode` **get_blend_mode** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_property_max_space: .. rst-class:: classref-property :ref:`Vector2` **max_space** = ``Vector2(1, 1)`` .. rst-class:: classref-property-setget - void **set_max_space** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_max_space** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_property_min_space: .. rst-class:: classref-property :ref:`Vector2` **min_space** = ``Vector2(-1, -1)`` .. rst-class:: classref-property-setget - void **set_min_space** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_min_space** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_property_snap: .. rst-class:: classref-property :ref:`Vector2` **snap** = ``Vector2(0.1, 0.1)`` .. rst-class:: classref-property-setget - void **set_snap** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_snap** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_property_sync: .. rst-class:: classref-property :ref:`bool` **sync** = ``false`` .. rst-class:: classref-property-setget - void **set_use_sync** **(** :ref:`bool` value **)** - :ref:`bool` **is_using_sync** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_property_x_label: .. rst-class:: classref-property :ref:`String` **x_label** = ``"x"`` .. rst-class:: classref-property-setget - void **set_x_label** **(** :ref:`String` value **)** - :ref:`String` **get_x_label** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_property_y_label: .. rst-class:: classref-property :ref:`String` **y_label** = ``"y"`` .. rst-class:: classref-property-setget - void **set_y_label** **(** :ref:`String` value **)** - :ref:`String` **get_y_label** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Method Descriptions ------------------- .. _class_AnimationNodeBlendSpace2D_method_add_blend_point: .. rst-class:: classref-method void **add_blend_point** **(** :ref:`AnimationRootNode` node, :ref:`Vector2` pos, :ref:`int` at_index=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_method_add_triangle: .. rst-class:: classref-method void **add_triangle** **(** :ref:`int` x, :ref:`int` y, :ref:`int` z, :ref:`int` at_index=-1 **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_method_get_blend_point_count: .. rst-class:: classref-method :ref:`int` **get_blend_point_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_method_get_blend_point_node: .. rst-class:: classref-method :ref:`AnimationRootNode` **get_blend_point_node** **(** :ref:`int` point **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_method_get_blend_point_position: .. rst-class:: classref-method :ref:`Vector2` **get_blend_point_position** **(** :ref:`int` point **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_method_get_triangle_count: .. rst-class:: classref-method :ref:`int` **get_triangle_count** **(** **)** |const| .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_method_get_triangle_point: .. rst-class:: classref-method :ref:`int` **get_triangle_point** **(** :ref:`int` triangle, :ref:`int` point **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_method_remove_blend_point: .. rst-class:: classref-method void **remove_blend_point** **(** :ref:`int` point **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_method_remove_triangle: .. rst-class:: classref-method void **remove_triangle** **(** :ref:`int` triangle **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_method_set_blend_point_node: .. rst-class:: classref-method void **set_blend_point_node** **(** :ref:`int` point, :ref:`AnimationRootNode` node **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_AnimationNodeBlendSpace2D_method_set_blend_point_position: .. rst-class:: classref-method void **set_blend_point_position** **(** :ref:`int` point, :ref:`Vector2` pos **)** .. container:: contribute There is currently no description for this method. Please help us by :ref:`contributing one `! .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)` .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)` .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)` .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)` .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)` .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)` .. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`