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...
CompressedTextureLayered¶
继承: TextureLayered < Texture < Resource < RefCounted < Object
派生: CompressedCubemap, CompressedCubemapArray, CompressedTexture2DArray
可压缩纹理数组的基类。
描述¶
CompressedTexture2DArray 和 CompressedTexture3D 的基类。不能直接使用,但包含了访问派生资源类型所需的所有函数。另见 TextureLayered。
属性¶
|
方法¶
属性说明¶
String load_path = ""
加载纹理所使用的路径。
方法说明¶
加载位于 path
的纹理。