Struct NetworkProtocolVersion
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Unity.NetCode
Syntax
public struct NetworkProtocolVersion : IComponentData, IQueryTypeParameter
Fields
GameVersion
Declaration
public int GameVersion
Field Value
Type | Description |
---|---|
System.Int32 |
k_NetCodeVersion
Declaration
public const int k_NetCodeVersion = 1
Field Value
Type | Description |
---|---|
System.Int32 |
NetCodeVersion
Declaration
public int NetCodeVersion
Field Value
Type | Description |
---|---|
System.Int32 |
RpcCollectionVersion
Declaration
public ulong RpcCollectionVersion
Field Value
Type | Description |
---|---|
System.UInt64 |