public static final 列挙型 Texture.Sampler.WrapMode
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2022-09-26 UTC。
[null,null,["最終更新日 2022-09-26 UTC。"],[[["`Texture.Sampler.WrapMode` is an enum that provides options for the Wrap Mode function in Sceneform."],["It includes three values: `CLAMP_TO_EDGE`, `MIRRORED_REPEAT`, and `REPEAT`, controlling how textures are applied outside their original boundaries."],["This enum inherits methods from `java.lang.Enum`, `java.lang.Object`, and `java.lang.Comparable` for object comparison and manipulation."],["Developers use `WrapMode` to customize texture behavior, like preventing repetition or creating mirrored effects."]]],[]]