Class NetworkObjectTests
Inherited Members
Namespace: Unity.Netcode.EditorTests
Assembly: solution.dll
Syntax
public class NetworkObjectTests
Methods
GetBehaviourIndexNone(int)
Declaration
public void GetBehaviourIndexNone(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index |
GetBehaviourIndexOne()
Declaration
public void GetBehaviourIndexOne()
NetworkManagerOverrideTest()
Declaration
public void NetworkManagerOverrideTest()
NetworkObjectComponentOrder()
Verifies that a NetworkObject component that is positioned after a NetworkBehaviour component will be migrated to a component index value that is before the lowest NetworkBehaviour component index value. (The lowest NetworkBehaviour component's index value will also change when this happens)
Declaration
public void NetworkObjectComponentOrder()