TriLib Exporter
Search Results for

    Show / Hide Table of Contents

    Class ExporterMaterialMapperContext

    Provides the context required for mapping Unity materials during the export process.

    Inheritance
    object
    ExporterMaterialMapperContext
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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
    In this article
    Back to top Generated by DocFX