Class NameEntry | Quick Search | 1.5.4
docs.unity.cn
    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 © 2020 Unity Technologies
    Generated by DocFX