Class ConnectionPointData | Asset Graph | 1.6.0-preview
docs.unity3d.com
    Show / Hide Table of Contents

    Class ConnectionPointData

    Inheritance
    Object
    ConnectionPointData
    Namespace: UnityEngine.AssetGraph.DataModel.Version2
    Syntax
    [Serializable]
    public class ConnectionPointData

    Constructors

    ConnectionPointData(ConnectionPointData)

    Declaration
    public ConnectionPointData(ConnectionPointData v1)
    Parameters
    Type Name Description
    ConnectionPointData v1

    ConnectionPointData(String, String, NodeData, Boolean)

    Declaration
    public ConnectionPointData(string id, string label, NodeData parent, bool isInput)
    Parameters
    Type Name Description
    String id
    String label
    NodeData parent
    Boolean isInput

    ConnectionPointData(String, NodeData, Boolean)

    Declaration
    public ConnectionPointData(string label, NodeData parent, bool isInput)
    Parameters
    Type Name Description
    String label
    NodeData parent
    Boolean isInput

    ConnectionPointData(ConnectionPointData)

    Declaration
    public ConnectionPointData(ConnectionPointData p)
    Parameters
    Type Name Description
    ConnectionPointData p

    Properties

    Id

    Declaration
    public string Id { get; }
    Property Value
    Type Description
    String

    IsInput

    Declaration
    public bool IsInput { get; }
    Property Value
    Type Description
    Boolean

    IsOutput

    Declaration
    public bool IsOutput { get; }
    Property Value
    Type Description
    Boolean

    Label

    Declaration
    public string Label { get; set; }
    Property Value
    Type Description
    String

    NodeId

    Declaration
    public string NodeId { get; }
    Property Value
    Type Description
    String

    Region

    Declaration
    public Rect Region { get; }
    Property Value
    Type Description
    Rect

    Methods

    GetGlobalPointRegion(NodeGUI)

    Declaration
    public Rect GetGlobalPointRegion(NodeGUI node)
    Parameters
    Type Name Description
    NodeGUI node
    Returns
    Type Description
    Rect

    GetGlobalPosition(NodeGUI)

    Declaration
    public Vector2 GetGlobalPosition(NodeGUI node)
    Parameters
    Type Name Description
    NodeGUI node
    Returns
    Type Description
    Vector2

    GetGlobalRegion(NodeGUI)

    Declaration
    public Rect GetGlobalRegion(NodeGUI node)
    Parameters
    Type Name Description
    NodeGUI node
    Returns
    Type Description
    Rect

    UpdateRegion(NodeGUI, Single, Int32, Int32)

    Declaration
    public void UpdateRegion(NodeGUI node, float yOffset, int index, int max)
    Parameters
    Type Name Description
    NodeGUI node
    Single yOffset
    Int32 index
    Int32 max
    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