docs.unity.cn
    Show / Hide Table of Contents

    Class SerializedComment

    Class SerializedComment, contains comment data. Implements the VersionedStruct

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

    Fields

    Contents

    The comment contents

    Declaration
    public string Contents
    Field Value
    Type Description
    String

    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 SerializedComment Create()
    Returns
    Type Description
    SerializedComment

    SerializedComment.

    See Also

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