docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor PortReferenceDescriptor

    PortReferenceDescriptor()

    Initializes a new instance of the Linker.PortReferenceDescriptor class.

    Declaration
    protected PortReferenceDescriptor()

    PortReferenceDescriptor(string, Type, string, NodeReferenceDescriptor, FieldInfo, string, FieldAttribute, object)

    Initializes a new instance of the Linker.PortReferenceDescriptor class.

    Declaration
    public PortReferenceDescriptor(string portName, Type portType, string dataModelKey, Linker.NodeReferenceDescriptor nodeOwner, FieldInfo portDataRef, string fieldName = null, FieldAttribute attribute = null, object patchedOwner = null)
    Parameters
    Type Name Description
    string portName

    Name of the port.

    Type portType

    Type of the port.

    string dataModelKey

    The data model key.

    Linker.NodeReferenceDescriptor nodeOwner

    The node owner.

    FieldInfo portDataRef

    The port data reference.

    string fieldName

    Name of the field.

    FieldAttribute attribute

    The attribute.

    object patchedOwner

    The patched owner.

    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)