TriLib
Search Results for

    Show / Hide Table of Contents

    Enum AlphaMaterialMode

    Represents methods to handle alpha (transparent) materials.

    Namespace: TriLibCore.General
    Assembly: TriLibCore.dll
    Syntax
    public enum AlphaMaterialMode

    Fields

    Name Description
    Cutout

    Creates cutout alpha materials where applicable.

    CutoutAndTransparent

    Creates both materials and uses the second one as a copy from the semi-transparent mesh.

    None

    Does not create any alpha material and uses opaque materials instead.

    Transparent

    Creates transparent (alpha) materials where applicable.

    Extension Methods

    IObjectExtensions.TryToDispose<T>(object)
    In this article
    Back to top Generated by DocFX