docs.unity.cn
    Show / Hide Table of Contents

    Class SerializedNode

    Class SerializedNode, contains node data. Implements the VersionedStruct

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

    Fields

    BoundParameterGuid

    The bound parameter unique identifier

    Declaration
    public string BoundParameterGuid
    Field Value
    Type Description
    String

    GroupGuid

    The group unique identifier if this node is in a group

    Declaration
    public string GroupGuid
    Field Value
    Type Description
    String

    JSON

    The json serialized data

    Declaration
    public string JSON
    Field Value
    Type Description
    String

    JSONRuntime

    The json runtime serialized data

    Declaration
    public string JSONRuntime
    Field Value
    Type Description
    String

    kVersion

    File format version of SerializedNode

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

    NodeGuid

    The node unique identifier

    Declaration
    public string NodeGuid
    Field Value
    Type Description
    String

    NodeType

    The node type

    Declaration
    public string NodeType
    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 SerializedNode Create()
    Returns
    Type Description
    SerializedNode

    SerializedNode.

    See Also

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