Struct BaseFastBufferReaderWriterTest.TestStruct
Inherited Members
Namespace: Unity.Netcode.EditorTests
Syntax
protected struct TestStruct : INetworkSerializeByMemcpy
Fields
A
Declaration
public byte A
Field Value
Type | Description |
---|---|
Byte |
B
Declaration
public short B
Field Value
Type | Description |
---|---|
Int16 |
C
Declaration
public ushort C
Field Value
Type | Description |
---|---|
UInt16 |
D
Declaration
public int D
Field Value
Type | Description |
---|---|
Int32 |
E
Declaration
public uint E
Field Value
Type | Description |
---|---|
UInt32 |
F
Declaration
public long F
Field Value
Type | Description |
---|---|
Int64 |
G
Declaration
public ulong G
Field Value
Type | Description |
---|---|
UInt64 |
H
Declaration
public bool H
Field Value
Type | Description |
---|---|
Boolean |
I
Declaration
public char I
Field Value
Type | Description |
---|---|
Char |
J
Declaration
public float J
Field Value
Type | Description |
---|---|
Single |
K
Declaration
public double K
Field Value
Type | Description |
---|---|
Double |