publiczna statyczna wartość wyliczeniowa Texture.Sampler.WrapMode
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-09-26 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],[]]