Table of Contents

Interface IResourceImporterWithReporter

Namespace
ReFuel.IO
Assembly
ReFuel.dll
public interface IResourceImporterWithReporter : IResourceImporter
Inherited Members

Methods

Import(Stream, IProcessReporter, EcsContainer?, string?)

Task<ResourceResult> Import(Stream source, IProcessReporter reporter, EcsContainer? parent = null, string? fileName = null)

Parameters

source Stream
reporter IProcessReporter
parent EcsContainer
fileName string

Returns

Task<ResourceResult>