Struct NetworkProtocolVersion | Unity NetCode | 0.2.0-preview.5
docs.unity.cn
    Show / Hide Table of Contents

    Struct NetworkProtocolVersion

    Namespace: Unity.NetCode
    Syntax
    public struct NetworkProtocolVersion : IComponentData

    Fields

    GameVersion

    Declaration
    public int GameVersion
    Field Value
    Type Description
    Int32

    k_NetCodeVersion

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

    NetCodeVersion

    Declaration
    public int NetCodeVersion
    Field Value
    Type Description
    Int32

    RpcCollectionVersion

    Declaration
    public ulong RpcCollectionVersion
    Field Value
    Type Description
    UInt64
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX