Documentation
    Preparing search index...

    No description provided.

    Hierarchy (View Summary)

    Index
    • Remove a material override.

      Parameters

      • materialName: string

        Name of the material to remove the override from.

      Returns void

    • Set a material override.

      Parameters

      • materialName: string

        Name of the material to override.

      • material: Material

        Material properties to override.

      • type: MaterialOverrideType

        Whether to replace or override material properties.

      Returns void