Class NetworkVariableInheritanceTests.ComponentB
Inheritance
NetworkVariableInheritanceTests.ComponentB
Syntax
public class ComponentB : NetworkVariableInheritanceTests.ComponentA
Fields
m_ProtectedFieldB
Declaration
protected NetworkVariable<int> m_ProtectedFieldB
Field Value
PublicFieldB
Declaration
public NetworkVariable<int> PublicFieldB
Field Value
Methods
ChangeValuesB(Int32, Int32, Int32)
Declaration
public void ChangeValuesB(int pub, int pro, int pri)
Parameters
CompareValuesB(NetworkVariableInheritanceTests.ComponentB)
Declaration
public bool CompareValuesB(NetworkVariableInheritanceTests.ComponentB other)
Parameters
Returns