Class MaterialManager<T>

Material Manager Utility class to manage materials. Maintains a library of materials and material templates that can be used to manage or create new materials. Used in AssetManager to manage materials.

Type Parameters

  • T = ""

Hierarchy

Constructors

Properties

_materialExtensions: MaterialExtension[] = []
_materialMaps: Map<string, Set<ITexture>> = ...
_textureUpdate: ((this, e) => void) = ...

Type declaration

Methods

Generated using TypeDoc