setTexture abstract method

void setTexture(
  1. String textureUri
)

Sets the diffuse texture.

The Uri can reference a registered asset in the AssetManager or a file.

  • textureUri Uniform resource identifier for the diffuse texture.

Implementation

void setTexture(String textureUri);