Interface ITextureDownload
Provides a mechanism to inspect the progress and result of a texture download or texture file access request
Namespace: Unity.Cloud.Gltfast.Loading
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[MovedFrom(true, "GLTFast.Loading", "glTFast", null)]
public interface ITextureDownload : IDownload, IDisposable
Properties
Texture
Resulting texture
Declaration
Texture2D Texture { get; }
Property Value
| Type | Description |
|---|---|
| Texture2D |