docs.unity.cn
    Show / Hide Table of Contents

    Class Xliff.ImportOptions

    Optional import options which can be used to configure the importing behavior.

    Inheritance
    Object
    Xliff.ImportOptions
    Namespace: UnityEditor.Localization.Plugins.XLIFF
    Syntax
    public class ImportOptions

    Properties

    ImportNotes

    Controls how notes will be imported.

    Declaration
    public Xliff.ImportNotesBehavior ImportNotes { get; set; }
    Property Value
    Type Description
    Xliff.ImportNotesBehavior

    NewCollectionDirectory

    Where to create new StringTableCollection's when importing and a matching collection could not be found. If empty a save prompt will be shown.

    Declaration
    public string NewCollectionDirectory { get; set; }
    Property Value
    Type Description
    String

    UpdateSourceTable

    Should the source language tables be updated using Source?

    Declaration
    public bool UpdateSourceTable { get; set; }
    Property Value
    Type Description
    Boolean

    UpdateTargetTable

    Should the target language tables be updated using Target?

    Declaration
    public bool UpdateTargetTable { get; set; }
    Property Value
    Type Description
    Boolean
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use