docs.unity.cn
    Show / Hide Table of Contents

    Class SerializedEdge

    Class SerializedEdge, contains edge data. Implements the VersionedStruct

    Inheritance
    Object
    VersionedStruct
    SerializedEdge
    Inherited Members
    VersionedStruct.version
    VersionedStruct.Create<T>(Func<T>)
    Namespace: Mechatronics.SystemGraph
    Syntax
    [Serializable]
    public class SerializedEdge : VersionedStruct

    Fields

    kVersion

    File format version of SerializedEdge

    Declaration
    public const int kVersion = 1
    Field Value
    Type Description
    Int32

    SourceMemberPortName

    The source member port name

    Declaration
    public string SourceMemberPortName
    Field Value
    Type Description
    String

    SourceMemberTypeName

    The source member type name

    Declaration
    public string SourceMemberTypeName
    Field Value
    Type Description
    String

    SourceNodeGuid

    The source node unique identifier

    Declaration
    public string SourceNodeGuid
    Field Value
    Type Description
    String

    SourcePortGuid

    The source port unique identifier

    Declaration
    public string SourcePortGuid
    Field Value
    Type Description
    String

    TargetMemberPortName

    The target member port name

    Declaration
    public string TargetMemberPortName
    Field Value
    Type Description
    String

    TargetMemberTypeName

    The target member type name

    Declaration
    public string TargetMemberTypeName
    Field Value
    Type Description
    String

    TargetNodeGuid

    The target node unique identifier

    Declaration
    public string TargetNodeGuid
    Field Value
    Type Description
    String

    TargetPortGuid

    The target port unique identifier

    Declaration
    public string TargetPortGuid
    Field Value
    Type Description
    String

    Properties

    CurrentVersion

    Gets the current version.

    Declaration
    public override int CurrentVersion { get; }
    Property Value
    Type Description
    Int32

    The current version.

    Overrides
    VersionedStruct.CurrentVersion

    Methods

    Create()

    Creates this instance.

    Declaration
    public static SerializedEdge Create()
    Returns
    Type Description
    SerializedEdge

    SerializedEdge.

    See Also

    VersionedStruct
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, October 18, 2022
    Terms of use