Interface ITextureDownload
Provides a mechanism to inspect the progress and result of a texture download or texture file access request
Inherited Members
Namespace: GLTFast.Loading
Assembly: solution.dll
Syntax
public interface ITextureDownload : IDownload, IDisposable
Properties
Texture
Resulting texture
Declaration
Texture2D Texture { get; }
Property Value
Type | Description |
---|---|
Texture2D |