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...
Texture¶
继承: Resource < RefCounted < Object
派生: Texture2D, Texture3D, TextureLayered
所有纹理类型的基类。
描述¶
Texture 是所有纹理类型的基类。常见的纹理类型有 Texture2D 和 ImageTexture。另见 Image。