docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ExportSettings

    glTF export settings

    Inheritance
    object
    ExportSettings
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: GLTFast.Export
    Assembly: glTFast.Export.dll
    Syntax
    public class ExportSettings

    Properties

    ComponentMask

    Component type flags to include or exclude components from export based on type.

    Declaration
    public ComponentType ComponentMask { get; set; }
    Property Value
    Type Description
    ComponentType

    FileConflictResolution

    Resolutions to existing file conflicts

    Declaration
    public FileConflictResolution FileConflictResolution { get; set; }
    Property Value
    Type Description
    FileConflictResolution

    Format

    Export to JSON-based or binary format glTF files

    Declaration
    public GltfFormat Format { get; set; }
    Property Value
    Type Description
    GltfFormat

    ImageDestination

    Destination for image files

    Declaration
    public ImageDestination ImageDestination { get; set; }
    Property Value
    Type Description
    ImageDestination

    LightIntensityFactor

    Light intensity values are multiplied by this factor.

    Declaration
    public float LightIntensityFactor { get; set; }
    Property Value
    Type Description
    float
    In This Article
    Back to top
    Copyright © 2026 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)