docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TypeInspector<T>

    Base inspector class for Type searcher field.

    Inheritance
    object
    Inspector<T>
    TypeInspector<T>
    Inherited Members
    Inspector<T>.HasAttribute<TAttribute>()
    Inspector<T>.GetAttribute<TAttribute>()
    Inspector<T>.GetAttributes<TAttribute>()
    Inspector<T>.GetContext<TInspectionContext>(string)
    Inspector<T>.HasContext<TInspectionContext>(string)
    Inspector<T>.IsPathValid(PropertyPath)
    Inspector<T>.DoDefaultGui(VisualElement, string)
    Inspector<T>.DoDefaultGui(VisualElement, PropertyPath)
    Inspector<T>.DoDefaultGuiAtIndex(VisualElement, int)
    Inspector<T>.DoDefaultGuiAtKey<TKey>(VisualElement, TKey)
    Inspector<T>.DoDefaultGui()
    Inspector<T>.NotifyChanged()
    Inspector<T>.Target
    Inspector<T>.Name
    Inspector<T>.Part
    Inspector<T>.DisplayName
    Inspector<T>.Tooltip
    Inspector<T>.IsDelayed
    Inspector<T>.IsReadOnly
    Inspector<T>.PropertyPath
    Inspector<T>.Type
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Build.Editor
    Assembly: solution.dll
    Syntax
    public abstract class TypeInspector<T> : Inspector<T>
    Type Parameters
    Name Description
    T

    Type to populate the searcher with.

    Properties

    Name Description
    ErrorMessage

    Error message to display below the inspector as a help box.

    SearcherTitle

    The title displayed on the searcher window.

    TypeCategoryResolver

    A function that returns the display category name of the type.

    TypeFilter

    A function that returns whether or not the type should be filtered.

    TypeNameResolver

    A function that returns the display name of the type.

    Methods

    Name Description
    Build()
    Update()
    In This Article
    Back to top
    Copyright © 2024 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)