docs.unity.cn
    Show / Hide Table of Contents

    Class SerializedGroup

    Class SerializedGroup, contains group data. Implements the VersionedStruct

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

    Fields

    DisplayName

    The display name

    Declaration
    public string DisplayName
    Field Value
    Type Description
    String

    Guid

    The unique identifier

    Declaration
    public string Guid
    Field Value
    Type Description
    String

    JSON

    The json serialized data

    Declaration
    public string JSON
    Field Value
    Type Description
    String

    Methods

    Create()

    Creates this instance.

    Declaration
    public static SerializedGroup Create()
    Returns
    Type Description
    SerializedGroup

    SerializedGroup.

    See Also

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