Class NetworkVariableInheritanceTests.ComponentC
Inheritance
NetworkVariableInheritanceTests.ComponentC
Syntax
public class ComponentC : NetworkVariableInheritanceTests.ComponentB
Fields
m_ProtectedFieldC
Declaration
protected NetworkVariable<int> m_ProtectedFieldC
Field Value
PublicFieldC
Declaration
public NetworkVariable<int> PublicFieldC
Field Value
Methods
ChangeValuesC(Int32, Int32, Int32)
Declaration
public void ChangeValuesC(int pub, int pro, int pri)
Parameters
CompareValuesC(NetworkVariableInheritanceTests.ComponentC)
Declaration
public bool CompareValuesC(NetworkVariableInheritanceTests.ComponentC other)
Parameters
Returns