Class NetworkBehaviourWithOwnerNetworkVariables
A test NetworkBeahviour that has varying permissions in order to validate that
when variable length safety checks are off NetworkVariables still are updated
properly.
Inheritance
NetworkBehaviourWithOwnerNetworkVariables
Syntax
public class NetworkBehaviourWithOwnerNetworkVariables : NetworkBehaviour
Fields
NetworkVariableData1
Declaration
public NetworkVariable<int> NetworkVariableData1
Field Value
NetworkVariableData2
Declaration
public NetworkVariable<long> NetworkVariableData2
Field Value
NetworkVariableData3
Declaration
public NetworkVariable<byte> NetworkVariableData3
Field Value
NetworkVariableData4
Declaration
public NetworkVariable<ushort> NetworkVariableData4
Field Value
Methods
OnNetworkSpawn()
Declaration
public override void OnNetworkSpawn()
Overrides