docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class Linker

    SystemGraph Linker. This object is in charge of connecting ports together by reference at runtime

    Inheritance
    object
    Linker
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Mechatronics.SystemGraph
    Assembly: solution.dll
    Syntax
    public class Linker

    Constructors

    Name Description
    Linker(SystemGraphComponent)

    Initializes a new instance of the Linker class.

    Methods

    Name Description
    ConnectDrivers()

    Connect edges of the graph to data from one source node to a target node, this method will identify the connection but not link the references

    FindPortDescriptor(NodeReferenceDescriptor, string)

    Finds the port descriptor.

    GetEdgeConnections(SerializedEdge, List<SerializedEdge>, HashSet<SerializedEdge>)

    Gets the edge connections.

    LinkField(PortReferenceDescriptor, PortReferenceDescriptor, bool)

    Links the fields by reference

    LinkPorts(bool)

    Links the ports by reference and potentially inter connect embed graphs together

    LinkReferences(bool)

    Links the ports by reference

    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)