.. 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/CharFXTransform.xml. .. _class_CharFXTransform: CharFXTransform =============== **Inherits:** :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:`Color` | :ref:`color` | ``Color(0, 0, 0, 1)`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`float` | :ref:`elapsed_time` | ``0.0`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`Dictionary` | :ref:`env` | ``{}`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`RID` | :ref:`font` | ``RID()`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`int` | :ref:`glyph_count` | ``0`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`int` | :ref:`glyph_flags` | ``0`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`int` | :ref:`glyph_index` | ``0`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`Vector2` | :ref:`offset` | ``Vector2(0, 0)`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`bool` | :ref:`outline` | ``false`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`Vector2i` | :ref:`range` | ``Vector2i(0, 0)`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`int` | :ref:`relative_index` | ``0`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`Transform2D` | :ref:`transform` | ``Transform2D(1, 0, 0, 1, 0, 0)`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ | :ref:`bool` | :ref:`visible` | ``true`` | +---------------------------------------+----------------------------------------------------------------------+-----------------------------------+ .. rst-class:: classref-section-separator ---- .. rst-class:: classref-descriptions-group Property Descriptions --------------------- .. _class_CharFXTransform_property_color: .. rst-class:: classref-property :ref:`Color` **color** = ``Color(0, 0, 0, 1)`` .. rst-class:: classref-property-setget - void **set_color** **(** :ref:`Color` value **)** - :ref:`Color` **get_color** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_elapsed_time: .. rst-class:: classref-property :ref:`float` **elapsed_time** = ``0.0`` .. rst-class:: classref-property-setget - void **set_elapsed_time** **(** :ref:`float` value **)** - :ref:`float` **get_elapsed_time** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_env: .. rst-class:: classref-property :ref:`Dictionary` **env** = ``{}`` .. rst-class:: classref-property-setget - void **set_environment** **(** :ref:`Dictionary` value **)** - :ref:`Dictionary` **get_environment** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_font: .. rst-class:: classref-property :ref:`RID` **font** = ``RID()`` .. rst-class:: classref-property-setget - void **set_font** **(** :ref:`RID` value **)** - :ref:`RID` **get_font** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_glyph_count: .. rst-class:: classref-property :ref:`int` **glyph_count** = ``0`` .. rst-class:: classref-property-setget - void **set_glyph_count** **(** :ref:`int` value **)** - :ref:`int` **get_glyph_count** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_glyph_flags: .. rst-class:: classref-property :ref:`int` **glyph_flags** = ``0`` .. rst-class:: classref-property-setget - void **set_glyph_flags** **(** :ref:`int` value **)** - :ref:`int` **get_glyph_flags** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_glyph_index: .. rst-class:: classref-property :ref:`int` **glyph_index** = ``0`` .. rst-class:: classref-property-setget - void **set_glyph_index** **(** :ref:`int` value **)** - :ref:`int` **get_glyph_index** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_offset: .. rst-class:: classref-property :ref:`Vector2` **offset** = ``Vector2(0, 0)`` .. rst-class:: classref-property-setget - void **set_offset** **(** :ref:`Vector2` value **)** - :ref:`Vector2` **get_offset** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_outline: .. rst-class:: classref-property :ref:`bool` **outline** = ``false`` .. rst-class:: classref-property-setget - void **set_outline** **(** :ref:`bool` value **)** - :ref:`bool` **is_outline** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_range: .. rst-class:: classref-property :ref:`Vector2i` **range** = ``Vector2i(0, 0)`` .. rst-class:: classref-property-setget - void **set_range** **(** :ref:`Vector2i` value **)** - :ref:`Vector2i` **get_range** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_relative_index: .. rst-class:: classref-property :ref:`int` **relative_index** = ``0`` .. rst-class:: classref-property-setget - void **set_relative_index** **(** :ref:`int` value **)** - :ref:`int` **get_relative_index** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_transform: .. rst-class:: classref-property :ref:`Transform2D` **transform** = ``Transform2D(1, 0, 0, 1, 0, 0)`` .. rst-class:: classref-property-setget - void **set_transform** **(** :ref:`Transform2D` value **)** - :ref:`Transform2D` **get_transform** **(** **)** .. container:: contribute There is currently no description for this property. Please help us by :ref:`contributing one `! .. rst-class:: classref-item-separator ---- .. _class_CharFXTransform_property_visible: .. rst-class:: classref-property :ref:`bool` **visible** = ``true`` .. rst-class:: classref-property-setget - void **set_visibility** **(** :ref:`bool` value **)** - :ref:`bool` **is_visible** **(** **)** .. container:: contribute There is currently no description for this property. 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.)`