Class NetworkBehaviourReferenceTests
Unit tests to test:
- Serializing NetworkObject to NetworkObjectReference
- Deserializing NetworkObjectReference to NetworkObject
- Implicit operators of NetworkObjectReference
Implements
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public class NetworkBehaviourReferenceTests : IDisposable
Constructors
Name | Description |
---|---|
NetworkBehaviourReferenceTests() |
Methods
Name | Description |
---|---|
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
FailSerializeGameObjectWithoutNetworkObject() | |
FailSerializeNonSpawnedNetworkObject() | |
FailSerializeNullBehaviour() | |
TestNetworkVariable() | |
TestRpc() | |
TestRpcImplicitNetworkBehaviour() |