docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class SceneTemplateProjectSettings

    Inheritance
    object
    SceneTemplateProjectSettings
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: UnityEditor.SceneTemplate
    Assembly: solution.dll
    Syntax
    [Serializable]
    public class SceneTemplateProjectSettings

    Fields

    defaultDependencyTypeInfo

    Declaration
    public DependencyTypeInfo defaultDependencyTypeInfo
    Field Value
    Type Description
    DependencyTypeInfo

    defaultDependencyTypeInfos

    Declaration
    public static List<DependencyTypeInfo> defaultDependencyTypeInfos
    Field Value
    Type Description
    List<DependencyTypeInfo>

    dependencyTypeInfos

    Declaration
    public List<DependencyTypeInfo> dependencyTypeInfos
    Field Value
    Type Description
    List<DependencyTypeInfo>

    k_Path

    Declaration
    public const string k_Path = "ProjectSettings/SceneTemplateSettings.json"
    Field Value
    Type Description
    string

    k_SettingsKey

    Declaration
    public const string k_SettingsKey = "Project/SceneTemplates"
    Field Value
    Type Description
    string

    templatePinStates

    Declaration
    public List<PinState> templatePinStates
    Field Value
    Type Description
    List<PinState>

    Methods

    Get()

    Declaration
    public static SceneTemplateProjectSettings Get()
    Returns
    Type Description
    SceneTemplateProjectSettings

    GetDependencyInfo(Type)

    Declaration
    public DependencyTypeInfo GetDependencyInfo(Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    DependencyTypeInfo

    GetDependencyInfo(Object)

    Declaration
    public DependencyTypeInfo GetDependencyInfo(Object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    DependencyTypeInfo

    GetPinState(string)

    Declaration
    public bool GetPinState(string id)
    Parameters
    Type Name Description
    string id
    Returns
    Type Description
    bool

    Load(string)

    Declaration
    public static SceneTemplateProjectSettings Load(string path)
    Parameters
    Type Name Description
    string path
    Returns
    Type Description
    SceneTemplateProjectSettings

    Save(string, SceneTemplateProjectSettings)

    Declaration
    public static void Save(string path, SceneTemplateProjectSettings settings)
    Parameters
    Type Name Description
    string path
    SceneTemplateProjectSettings settings

    SetPinState(string, bool)

    Declaration
    public void SetPinState(string id, bool isEnabled)
    Parameters
    Type Name Description
    string id
    bool isEnabled
    In This Article
    Back to top
    Copyright © 2025 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)