docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class DependencyTypeInfo

    Inheritance
    object
    DependencyTypeInfo
    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 DependencyTypeInfo

    Constructors

    DependencyTypeInfo(string, string)

    Declaration
    public DependencyTypeInfo(string type, string label = null)
    Parameters
    Type Name Description
    string type
    string label

    DependencyTypeInfo(Type)

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

    DependencyTypeInfo(DependencyTypeInfo)

    Declaration
    public DependencyTypeInfo(DependencyTypeInfo src)
    Parameters
    Type Name Description
    DependencyTypeInfo src

    Fields

    defaultInstantiationMode

    Declaration
    public TemplateInstantiationMode defaultInstantiationMode
    Field Value
    Type Description
    TemplateInstantiationMode

    ignore

    Declaration
    public bool ignore
    Field Value
    Type Description
    bool

    supportsModification

    Declaration
    public bool supportsModification
    Field Value
    Type Description
    bool

    type

    Declaration
    public string type
    Field Value
    Type Description
    string

    userAdded

    Declaration
    public bool userAdded
    Field Value
    Type Description
    bool

    Properties

    label

    Declaration
    public string label { get; }
    Property Value
    Type Description
    string

    Methods

    AssignFrom(DependencyTypeInfo)

    Declaration
    public void AssignFrom(DependencyTypeInfo src)
    Parameters
    Type Name Description
    DependencyTypeInfo src

    ToShortFullName(string)

    Declaration
    public static string ToShortFullName(string fullName)
    Parameters
    Type Name Description
    string fullName
    Returns
    Type Description
    string
    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)