Class NetworkVariableInheritanceTests.ComponentC
Inheritance
NetworkVariableInheritanceTests.ComponentC
Inherited Members
Object.FindObjectsByType<T>(FindObjectsSortMode)
Object.FindObjectsByType<T>(FindObjectsInactive, FindObjectsSortMode)
Object.FindFirstObjectByType<T>()
Object.FindAnyObjectByType<T>()
Object.FindFirstObjectByType<T>(FindObjectsInactive)
Object.FindAnyObjectByType<T>(FindObjectsInactive)
Namespace: Unity.Netcode.RuntimeTests
Assembly: solution.dll
Syntax
public class NetworkVariableInheritanceTests.ComponentC : NetworkVariableInheritanceTests.ComponentB
Fields
PublicFieldC
Declaration
public NetworkVariable<int> PublicFieldC
Field Value
Type | Description |
---|---|
NetworkVariable<int> |
m_ProtectedFieldC
Declaration
protected NetworkVariable<int> m_ProtectedFieldC
Field Value
Type | Description |
---|---|
NetworkVariable<int> |
Methods
ChangeValuesC(int, int, int)
Declaration
public void ChangeValuesC(int pub, int pro, int pri)
Parameters
Type | Name | Description |
---|---|---|
int | pub | |
int | pro | |
int | pri |
CompareValuesC(ComponentC)
Declaration
public bool CompareValuesC(NetworkVariableInheritanceTests.ComponentC other)
Parameters
Type | Name | Description |
---|---|---|
NetworkVariableInheritanceTests.ComponentC | other |
Returns
Type | Description |
---|---|
bool |