Table of Contents

Class ResourceLoader

Namespace
Bonsai.Resources
Assembly
Bonsai.System.dll

Provides the abstract base class for operators that load specific resources into the resource manager.

public abstract class ResourceLoader : Transform<ResourceConfigurationCollection, ResourceConfigurationCollection>
Inheritance
ResourceLoader
Derived
Inherited Members

Methods

GetResources()

Returns the set of resources to be loaded into the resource manager.

Process(IObservable<ResourceConfigurationCollection>)

Appends a new set of resources to be loaded into the resource manager.

Process(IObservable<ResourceManager>)

Bundles a set of resources to be loaded into the resource manager.