Class Texture
- java.lang.Object
-
- com.google.ar.sceneform.rendering.Texture
-
@RequiresApi(api=24) public class Texture extends java.lang.Object
Represents a reference to a texture.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Texture.Builder
Factory class forTexture
static class
Texture.Sampler
Controls what settings are used to sample Textures when rendering.static class
Texture.Usage
Type of Texture usage.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Texture.Builder
builder()
Constructs a default texture, if nothing else is set
-
-
-
Method Detail
-
builder
public static Texture.Builder builder()
Constructs a default texture, if nothing else is set
-
-