Class NameId | Package Manager UI website
docs.unity.cn
    Show / Hide Table of Contents

    Class NameId

    Inheritance
    System.Object
    NameId
    Namespace: Unity.QuickSearch
    Syntax
    public class NameId

    Constructors

    NameId(String, String)

    Declaration
    public NameId(string id, string displayName = null)
    Parameters
    Type Name Description
    System.String id
    System.String displayName

    Fields

    displayName

    Declaration
    public string displayName
    Field Value
    Type Description
    System.String

    id

    Declaration
    public string id
    Field Value
    Type Description
    System.String
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX