Struct EffectExporter.EffectInfo
Effect info stores in cache.
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
protected struct EffectExporter.EffectInfo
Fields
Includes
Effect include set.
Declaration
public HashSet<IncludeLibrary> Includes
Field Value
Type | Description |
---|---|
HashSet<IncludeLibrary> |
filePath
Effect file path.
Declaration
public string filePath
Field Value
Type | Description |
---|---|
string |
librarySection
Effect library section.
Declaration
public LibrarySection librarySection
Field Value
Type | Description |
---|---|
LibrarySection |