Interface ITextureConstructor
Interface for texture constructors
Namespace: i5.Toolkit.Core.ProceduralGeometry
Assembly: cs.temp.dll.dll
Syntax
public interface ITextureConstructor
Methods
FetchTextureAsync()
Asynchronously fetches a texture
Declaration
Task<Texture2D> FetchTextureAsync()
Returns
Type | Description |
---|---|
Task<Texture2D> |