Texture (original) (raw)
- Godot Engine 4.4 documentation in English
- All classes
- Texture
Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
Inherits: Resource < RefCounted < Object
Inherited By: Texture2D, Texture3D, TextureLayered
Base class for all texture types.
Description
Texture is the base class for all texture types. Common texture types are Texture2D and ImageTexture. See also Image.