Table of Contents

Interface IGltfStreamProvider

Namespace
ReFuel.IO.Model.Gltf
Assembly
ReFuel.dll

Provides users with special stream opening logic.

public interface IGltfStreamProvider

Methods

OpenFile(string?, Uri)

Open the file at the given URI.

Stream? OpenFile(string? pwd, Uri uri)

Parameters

pwd string

The present working directory of the file.

uri Uri

The URI of the file to open

Returns

Stream