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.

CompressedTextureLayered

Eredita: TextureLayered < Texture < Resource < RefCounted < Object

Ereditato da: CompressedCubemap, CompressedCubemapArray, CompressedTexture2DArray

Classe di base per array di texture che possono essere facoltativamente compressi.

Descrizione

Classe base per CompressedTexture2DArray e CompressedTexture3D. Non può essere utilizzata direttamente, ma contiene tutte le funzioni necessarie per accedere ai tipi di risorse derivati. Vedi anche TextureLayered.

Proprietà

String

load_path

""

Metodi

Error

load(path: String)


Descrizioni delle proprietà

String load_path = "" 🔗

Il percorso da cui caricare la texture.


Descrizioni dei metodi

Error load(path: String) 🔗

Carica la texture al percorso path.