Class Settings | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class Settings

    Inheritance
    Object
    Settings
    Namespace: UnityEngine.AssetGraph.DataModel.Version2
    Syntax
    public class Settings : ScriptableObject

    Fields

    BASE64_IDENTIFIER

    Declaration
    public const string BASE64_IDENTIFIER = "B64|"
    Field Value
    Type Description
    String

    BuildPlayerOptionsSettings

    Declaration
    public static List<Settings.BuildPlayerOption> BuildPlayerOptionsSettings
    Field Value
    Type Description
    List<Settings.BuildPlayerOption>

    BUNDLECONFIG_BUNDLE_OUTPUTPOINT_LABEL

    Declaration
    public const string BUNDLECONFIG_BUNDLE_OUTPUTPOINT_LABEL = "bundles"
    Field Value
    Type Description
    String

    BUNDLECONFIG_BUNDLENAME_TEMPLATE_DEFAULT

    Declaration
    public const string BUNDLECONFIG_BUNDLENAME_TEMPLATE_DEFAULT = "bundle_*"
    Field Value
    Type Description
    String

    BUNDLECONFIG_VARIANTNAME_DEFAULT

    Declaration
    public const string BUNDLECONFIG_VARIANTNAME_DEFAULT = ""
    Field Value
    Type Description
    String

    BundleOptionSettings

    Declaration
    public static List<Settings.BuildAssetBundleOption> BundleOptionSettings
    Field Value
    Type Description
    List<Settings.BuildAssetBundleOption>

    DEFAULT_FILTER_KEYTYPE

    Declaration
    public const string DEFAULT_FILTER_KEYTYPE = "Any"
    Field Value
    Type Description
    String

    DEFAULT_FILTER_KEYWORD

    Declaration
    public const string DEFAULT_FILTER_KEYWORD = ""
    Field Value
    Type Description
    String

    DEFAULT_INPUTPOINT_LABEL

    Declaration
    public const string DEFAULT_INPUTPOINT_LABEL = "-"
    Field Value
    Type Description
    String

    DEFAULT_OUTPUTPOINT_LABEL

    Declaration
    public const string DEFAULT_OUTPUTPOINT_LABEL = "+"
    Field Value
    Type Description
    String

    DOTSTART_HIDDEN_FILE_HEADSTRING

    Declaration
    public const string DOTSTART_HIDDEN_FILE_HEADSTRING = "."
    Field Value
    Type Description
    String

    FILTER_KEYWORD_WILDCARD

    Declaration
    public const string FILTER_KEYWORD_WILDCARD = "*"
    Field Value
    Type Description
    String

    GRAPH_SEARCH_CONDITION

    Declaration
    public const string GRAPH_SEARCH_CONDITION = "t:UnityEngine.AssetGraph.DataModel.Version2.ConfigGraph"
    Field Value
    Type Description
    String

    GRAPHEXECPRIORITY_DEFAULT

    Declaration
    public const int GRAPHEXECPRIORITY_DEFAULT = 0
    Field Value
    Type Description
    Int32

    GROUPING_KEYWORD_DEFAULT

    Declaration
    public const string GROUPING_KEYWORD_DEFAULT = "/Group_*/"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_ASSETLOGWINDOW_OPEN

    Declaration
    public const string GUI_TEXT_MENU_ASSETLOGWINDOW_OPEN = "Window/AssetGraph/Open Asset Log Window"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_BASE

    Declaration
    public const string GUI_TEXT_MENU_BASE = "Window/AssetGraph"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_BATCHWINDOW_OPEN

    Declaration
    public const string GUI_TEXT_MENU_BATCHWINDOW_OPEN = "Window/AssetGraph/Open Batch Build Window"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_BUILD

    Declaration
    public const string GUI_TEXT_MENU_BUILD = "Window/AssetGraph/Build Graph for Current Platform"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_CLEANUP_SAVEDSETTINGS

    Declaration
    public const string GUI_TEXT_MENU_CLEANUP_SAVEDSETTINGS = "Window/AssetGraph/Clean Up SavedSettings"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_DELETE_CACHE

    Declaration
    public const string GUI_TEXT_MENU_DELETE_CACHE = "Window/AssetGraph/Clear Build Cache"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_GENERATE

    Declaration
    public const string GUI_TEXT_MENU_GENERATE = "Window/AssetGraph/Create Node Script"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_GENERATE_ASSETGENERATOR

    Declaration
    public const string GUI_TEXT_MENU_GENERATE_ASSETGENERATOR = "Window/AssetGraph/Create Node Script/AssetGenerator Script"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_GENERATE_CUITOOL

    Declaration
    public const string GUI_TEXT_MENU_GENERATE_CUITOOL = "Window/AssetGraph/Create CUI Tool"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_GENERATE_FILTER

    Declaration
    public const string GUI_TEXT_MENU_GENERATE_FILTER = "Window/AssetGraph/Create Node Script/Filter Script"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_GENERATE_IMPORTSETTINGSCONFIGURATOR

    Declaration
    public const string GUI_TEXT_MENU_GENERATE_IMPORTSETTINGSCONFIGURATOR = "Window/AssetGraph/Create Node Script/ImportSettingsConfigurator Script"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_GENERATE_MODIFIER

    Declaration
    public const string GUI_TEXT_MENU_GENERATE_MODIFIER = "Window/AssetGraph/Create Node Script/Modifier Script"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_GENERATE_NODE

    Declaration
    public const string GUI_TEXT_MENU_GENERATE_NODE = "Window/AssetGraph/Create Node Script/Custom Node Script"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_GENERATE_POSTPROCESS

    Declaration
    public const string GUI_TEXT_MENU_GENERATE_POSTPROCESS = "Window/AssetGraph/Create Node Script/Postprocess Script"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_GENERATE_PREFABBUILDER

    Declaration
    public const string GUI_TEXT_MENU_GENERATE_PREFABBUILDER = "Window/AssetGraph/Create Node Script/PrefabBuilder Script"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_OPEN

    Declaration
    public const string GUI_TEXT_MENU_OPEN = "Window/AssetGraph/Open Graph Editor"
    Field Value
    Type Description
    String

    GUI_TEXT_MENU_PROJECTWINDOW_OPEN

    Declaration
    public const string GUI_TEXT_MENU_PROJECTWINDOW_OPEN = "Window/AssetGraph/Open Project Settings"
    Field Value
    Type Description
    String

    HIDE_GRAPH_PREFIX

    Declaration
    public const string HIDE_GRAPH_PREFIX = "__hidden__"
    Field Value
    Type Description
    String

    IGNORE_META

    Declaration
    public const bool IGNORE_META = true
    Field Value
    Type Description
    Boolean

    KEYWORD_WILDCARD

    Declaration
    public const char KEYWORD_WILDCARD = '*'
    Field Value
    Type Description
    Char

    MANIFEST_FOOTER

    Declaration
    public const string MANIFEST_FOOTER = ".manifest"
    Field Value
    Type Description
    String

    NODE_INPUTPOINT_FIXED_LABEL

    Declaration
    public const string NODE_INPUTPOINT_FIXED_LABEL = "FIXED_INPUTPOINT_ID"
    Field Value
    Type Description
    String

    SETTING_TEMPLATE_DIR_SEARCH_CONDITION

    Declaration
    public const string SETTING_TEMPLATE_DIR_SEARCH_CONDITION = "SettingTemplate"
    Field Value
    Type Description
    String

    UNITY_FOLDER_SEPARATOR

    Declaration
    public const char UNITY_FOLDER_SEPARATOR = '/'
    Field Value
    Type Description
    Char

    UNITY_METAFILE_EXTENSION

    Declaration
    public const string UNITY_METAFILE_EXTENSION = ".meta"
    Field Value
    Type Description
    String

    WINDOW_SPAN

    Declaration
    public const float WINDOW_SPAN = 20F
    Field Value
    Type Description
    Single
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023