Table of Contents

Class MeshResources

Namespace
Bonsai.Shaders
Assembly
Bonsai.Shaders.dll

Represents an operator that creates a collection of mesh resources to be loaded into the resource manager.

public class MeshResources : ResourceLoader
Inheritance
MeshResources
Inherited Members

Properties

Meshes

Gets the collection of mesh resources to be loaded into the resource manager.

public MeshConfigurationCollection Meshes { get; }

Property Value

MeshConfigurationCollection

Methods

GetResources()

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

protected override IEnumerable<IResourceConfiguration> GetResources()

Returns

IEnumerable<IResourceConfiguration>

A collection of IResourceConfiguration objects to be loaded into the resource manager.