Up to date
This page is up to date for Redot 4.3
.
If you still find outdated information, please create an issue.
Texture¶
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.