docs.unity.cn
    Show / Hide Table of Contents

    Class SerializedMeta

    Class SerializedMeta, contains metadata information. Implements the VersionedStruct

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

    Fields

    Key

    The metadata key

    Declaration
    public string Key
    Field Value
    Type Description
    String

    Value

    The metadata value

    Declaration
    public string Value
    Field Value
    Type Description
    String

    Methods

    Create()

    Creates this instance.

    Declaration
    public static SerializedMeta Create()
    Returns
    Type Description
    SerializedMeta

    SerializedMeta.

    See Also

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