Class NameEntry | Quick Search | 1.5.4
docs.unity3d.com
    Show / Hide Table of Contents

    Class NameEntry

    The name entry holds a name and an identifier at once.

    Inheritance
    Object
    NameEntry
    Namespace: Unity.QuickSearch
    Syntax
    public class NameEntry

    Constructors

    NameEntry(String, String)

    Construct a new name identifier

    Declaration
    public NameEntry(string id, string displayName = null)
    Parameters
    Type Name Description
    String id
    String displayName

    Fields

    displayName

    Display name (use by UI)

    Declaration
    public string displayName
    Field Value
    Type Description
    String

    id

    Unique name for an object

    Declaration
    public string id
    Field Value
    Type Description
    String

    isEnabled

    Indicates if the entry is enabled

    Declaration
    public bool isEnabled
    Field Value
    Type Description
    Boolean
    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