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