docs.unity.cn
    Show / Hide Table of Contents

    Struct SyncedData<T>

    Namespace: Unity.Reflect
    Syntax
    public struct SyncedData<T>
    Type Parameters
    Name Description
    T

    Constructors

    SyncedData(StreamKey, T)

    Declaration
    public SyncedData(StreamKey key, T data)
    Parameters
    Type Name Description
    StreamKey key
    T data

    Fields

    data

    Declaration
    public readonly T data
    Field Value
    Type Description
    T

    key

    Declaration
    public readonly StreamKey key
    Field Value
    Type Description
    StreamKey
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 26 April 2021