public static final 枚举 Texture.Sampler.WrapMode
Texture.Sampler.WrapMode
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2022-09-26。
[null,null,["最后更新时间 (UTC):2022-09-26。"],[],["Texture.Sampler.WrapMode is an enum providing options for texture wrapping. It inherits methods from `java.lang.Enum`, `java.lang.Object`, and `java.lang.Comparable`, including `compareTo`, `equals`, `hashCode`, `name`, `toString`, and `valueOf`. Three wrap modes are defined: `CLAMP_TO_EDGE`, `MIRRORED_REPEAT`, and `REPEAT`. These dictate how a texture is displayed when texture coordinates are outside of the normal range.\n"],null,[]]