Struct NetworkBehaviourOnSynchronizeComponent.SomeCustomSerializationData
Implements
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public struct NetworkBehaviourOnSynchronizeComponent.SomeCustomSerializationData : INetworkSerializable
Fields
| Name | Description |
|---|---|
| Value1 | |
| Value2 | |
| Value3 | |
| Value4 |
Methods
| Name | Description |
|---|---|
| NetworkSerialize<T>(BufferSerializer<T>) | Provides bi-directional serialization to read and write the desired data to serialize this type. |