Class NetworkVariableInheritanceTests.ComponentA
Inheritance
NetworkVariableInheritanceTests.ComponentA
Syntax
public class ComponentA : NetworkBehaviour
Fields
m_ProtectedFieldA
Declaration
protected NetworkVariable<int> m_ProtectedFieldA
Field Value
PublicFieldA
Declaration
public NetworkVariable<int> PublicFieldA
Field Value
Methods
ChangeValuesA(Int32, Int32, Int32)
Declaration
public void ChangeValuesA(int pub, int pro, int pri)
Parameters
CompareValuesA(NetworkVariableInheritanceTests.ComponentA)
Declaration
public bool CompareValuesA(NetworkVariableInheritanceTests.ComponentA other)
Parameters
Returns