docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class XEditorProvider

    Inheritance
    object
    XEditorProvider
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.VisualScripting
    Assembly: Unity.VisualScripting.Core.Editor.dll
    Syntax
    public static class XEditorProvider

    Methods

    Editor(Metadata)

    Declaration
    public static Inspector Editor(this Metadata metadata)
    Parameters
    Type Name Description
    Metadata metadata
    Returns
    Type Description
    Inspector

    Editor<TInspector>(Metadata)

    Declaration
    public static TInspector Editor<TInspector>(this Metadata metadata) where TInspector : Inspector
    Parameters
    Type Name Description
    Metadata metadata
    Returns
    Type Description
    TInspector
    Type Parameters
    Name Description
    TInspector

    HasEditor(Type)

    Declaration
    public static bool HasEditor(this Type type)
    Parameters
    Type Name Description
    Type type
    Returns
    Type Description
    bool

    HasEditor(Metadata)

    Declaration
    public static bool HasEditor(this Metadata metadata)
    Parameters
    Type Name Description
    Metadata metadata
    Returns
    Type Description
    bool
    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)