Class ExporterMaterialMapperContext
Provides the context required for mapping Unity materials during the export process.
Inherited Members
Namespace: TriLibExporter
Assembly: Assembly-CSharp.dll
Syntax
public class ExporterMaterialMapperContext
Fields
AssetWriterContext
The context of the current asset writing operation.
Declaration
public AssetWriterContext AssetWriterContext
Field Value
Type | Description |
---|---|
AssetWriterContext |
Index
The material index inside the group.
Declaration
public int Index
Field Value
Type | Description |
---|---|
int |
MaterialGroup
The material group to be mapped during the export process.
Declaration
public MaterialGroup MaterialGroup
Field Value
Type | Description |
---|---|
MaterialGroup |
UnityMaterial
The Unity material to be mapped.
Declaration
public Material UnityMaterial
Field Value
Type | Description |
---|---|
Material |