Class Texture
- java.lang.Object
-
- com.google.ar.sceneform.rendering.Texture
-
@RequiresApi(api=24) public class Texture extends java.lang.ObjectRepresents a reference to a texture.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTexture.BuilderFactory class forTexturestatic classTexture.SamplerControls what settings are used to sample Textures when rendering.static classTexture.UsageType of Texture usage.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Texture.Builderbuilder()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
-
-