mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (f87858a8f)
This commit is contained in:
@@ -16,10 +16,12 @@ Texture
|
||||
|
||||
Base class for all texture types.
|
||||
|
||||
.. rst-class:: classref-introduction-group
|
||||
|
||||
Description
|
||||
-----------
|
||||
|
||||
``Texture`` is the base class for all texture types. Common texture types are :ref:`Texture2D<class_Texture2D>` and :ref:`ImageTexture<class_ImageTexture>`. See also :ref:`Image<class_Image>`.
|
||||
**Texture** is the base class for all texture types. Common texture types are :ref:`Texture2D<class_Texture2D>` and :ref:`ImageTexture<class_ImageTexture>`. See also :ref:`Image<class_Image>`.
|
||||
|
||||
.. |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.)`
|
||||
|
||||
Reference in New Issue
Block a user