Interface ISlot | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Interface ISlot

    Namespace: UnityEditor.Graphing
    Syntax
    public interface ISlot : IEquatable<ISlot>

    Properties

    displayName

    Declaration
    string displayName { get; set; }
    Property Value
    Type Description
    System.String

    hidden

    Declaration
    bool hidden { get; set; }
    Property Value
    Type Description
    System.Boolean

    id

    Declaration
    int id { get; }
    Property Value
    Type Description
    System.Int32

    isInputSlot

    Declaration
    bool isInputSlot { get; }
    Property Value
    Type Description
    System.Boolean

    isOutputSlot

    Declaration
    bool isOutputSlot { get; }
    Property Value
    Type Description
    System.Boolean

    owner

    Declaration
    INode owner { get; set; }
    Property Value
    Type Description
    INode

    priority

    Declaration
    int priority { get; set; }
    Property Value
    Type Description
    System.Int32

    slotReference

    Declaration
    SlotReference slotReference { get; }
    Property Value
    Type Description
    SlotReference
    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