Show / Hide Table of Contents

    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>
    Back to top i5 Toolkit Documentation