Class TextureWrap
- java.lang.Object
-
- com.google.ar.sceneform.lullmodel.TextureWrap
-
public final class TextureWrap extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static shortClampToBorderstatic shortClampToEdgestatic shortMirrorClampToEdgestatic shortMirroredRepeatstatic java.lang.String[]namesstatic shortRepeat
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Stringname(int e)
-
-
-
Field Detail
-
ClampToBorder
public static final short ClampToBorder
- See Also:
- Constant Field Values
-
ClampToEdge
public static final short ClampToEdge
- See Also:
- Constant Field Values
-
MirroredRepeat
public static final short MirroredRepeat
- See Also:
- Constant Field Values
-
MirrorClampToEdge
public static final short MirrorClampToEdge
- See Also:
- Constant Field Values
-
Repeat
public static final short Repeat
- See Also:
- Constant Field Values
-
names
public static final java.lang.String[] names
-
-