Struct NetworkVariableTestStruct
Implements
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: Unity.Netcode.RuntimeTests.dll
Syntax
public struct NetworkVariableTestStruct : INetworkSerializeByMemcpy
Fields
A
Declaration
public byte A
Field Value
| Type | Description |
|---|---|
| byte |
B
Declaration
public short B
Field Value
| Type | Description |
|---|---|
| short |
C
Declaration
public ushort C
Field Value
| Type | Description |
|---|---|
| ushort |
D
Declaration
public int D
Field Value
| Type | Description |
|---|---|
| int |
E
Declaration
public uint E
Field Value
| Type | Description |
|---|---|
| uint |
F
Declaration
public long F
Field Value
| Type | Description |
|---|---|
| long |
G
Declaration
public ulong G
Field Value
| Type | Description |
|---|---|
| ulong |
H
Declaration
public bool H
Field Value
| Type | Description |
|---|---|
| bool |
I
Declaration
public char I
Field Value
| Type | Description |
|---|---|
| char |
J
Declaration
public float J
Field Value
| Type | Description |
|---|---|
| float |
K
Declaration
public double K
Field Value
| Type | Description |
|---|---|
| double |
Methods
GetTestStruct()
Declaration
public static NetworkVariableTestStruct GetTestStruct()
Returns
| Type | Description |
|---|---|
| NetworkVariableTestStruct |