docs.unity3d.com
    Show / Hide Table of Contents

    Class NetVarILPPClassForTests

    Inheritance
    Object
    Object
    Component
    Behaviour
    MonoBehaviour
    NetworkBehaviour
    NetVarILPPClassForTests
    Inherited Members
    NetworkBehaviour.NetworkManager
    NetworkBehaviour.IsLocalPlayer
    NetworkBehaviour.IsOwner
    NetworkBehaviour.IsServer
    NetworkBehaviour.IsClient
    NetworkBehaviour.IsHost
    NetworkBehaviour.IsOwnedByServer
    NetworkBehaviour.IsSpawned
    NetworkBehaviour.NetworkObject
    NetworkBehaviour.HasNetworkObject
    NetworkBehaviour.NetworkObjectId
    NetworkBehaviour.NetworkBehaviourId
    NetworkBehaviour.GetNetworkBehaviour(UInt16)
    NetworkBehaviour.OwnerClientId
    NetworkBehaviour.OnNetworkSpawn()
    NetworkBehaviour.OnNetworkDespawn()
    NetworkBehaviour.OnGainedOwnership()
    NetworkBehaviour.OnLostOwnership()
    NetworkBehaviour.OnNetworkObjectParentChanged(NetworkObject)
    NetworkBehaviour.GetNetworkObject(UInt64)
    NetworkBehaviour.OnSynchronize<T>(BufferSerializer<T>)
    NetworkBehaviour.m_TargetIdBeingSynchronized
    NetworkBehaviour.OnDestroy()
    MonoBehaviour.IsInvoking()
    MonoBehaviour.CancelInvoke()
    MonoBehaviour.Invoke(String, Single)
    MonoBehaviour.InvokeRepeating(String, Single, Single)
    MonoBehaviour.CancelInvoke(String)
    MonoBehaviour.IsInvoking(String)
    MonoBehaviour.StartCoroutine(String)
    MonoBehaviour.StartCoroutine(String, Object)
    MonoBehaviour.StartCoroutine(IEnumerator)
    MonoBehaviour.StartCoroutine_Auto(IEnumerator)
    MonoBehaviour.StopCoroutine(IEnumerator)
    MonoBehaviour.StopCoroutine(Coroutine)
    MonoBehaviour.StopCoroutine(String)
    MonoBehaviour.StopAllCoroutines()
    MonoBehaviour.print(Object)
    MonoBehaviour.useGUILayout
    MonoBehaviour.runInEditMode
    Behaviour.enabled
    Behaviour.isActiveAndEnabled
    Component.GetComponent(Type)
    Component.GetComponent<T>()
    Component.TryGetComponent(Type, Component)
    Component.TryGetComponent<T>(T)
    Component.GetComponent(String)
    Component.GetComponentInChildren(Type, Boolean)
    Component.GetComponentInChildren(Type)
    Component.GetComponentInChildren<T>(Boolean)
    Component.GetComponentInChildren<T>()
    Component.GetComponentsInChildren(Type, Boolean)
    Component.GetComponentsInChildren(Type)
    Component.GetComponentsInChildren<T>(Boolean)
    Component.GetComponentsInChildren<T>(Boolean, List<T>)
    Component.GetComponentsInChildren<T>()
    Component.GetComponentsInChildren<T>(List<T>)
    Component.GetComponentInParent(Type, Boolean)
    Component.GetComponentInParent(Type)
    UnityEngine.Component.GetComponentInParent<T>(System.Boolean)
    Component.GetComponentInParent<T>()
    Component.GetComponentsInParent(Type, Boolean)
    Component.GetComponentsInParent(Type)
    Component.GetComponentsInParent<T>(Boolean)
    Component.GetComponentsInParent<T>(Boolean, List<T>)
    Component.GetComponentsInParent<T>()
    Component.GetComponents(Type)
    Component.GetComponents(Type, List<Component>)
    Component.GetComponents<T>(List<T>)
    Component.GetComponents<T>()
    Component.CompareTag(String)
    Component.SendMessageUpwards(String, Object, SendMessageOptions)
    Component.SendMessageUpwards(String, Object)
    Component.SendMessageUpwards(String)
    Component.SendMessageUpwards(String, SendMessageOptions)
    Component.SendMessage(String, Object)
    Component.SendMessage(String)
    Component.SendMessage(String, Object, SendMessageOptions)
    Component.SendMessage(String, SendMessageOptions)
    Component.BroadcastMessage(String, Object, SendMessageOptions)
    Component.BroadcastMessage(String, Object)
    Component.BroadcastMessage(String)
    Component.BroadcastMessage(String, SendMessageOptions)
    Component.transform
    Component.gameObject
    Component.tag
    Object.GetInstanceID()
    Object.GetHashCode()
    Object.Equals(Object)
    Object.Instantiate(Object, Vector3, Quaternion)
    Object.Instantiate(Object, Vector3, Quaternion, Transform)
    Object.Instantiate(Object)
    Object.Instantiate(Object, Transform)
    Object.Instantiate(Object, Transform, Boolean)
    Object.Instantiate<T>(T)
    Object.Instantiate<T>(T, Vector3, Quaternion)
    Object.Instantiate<T>(T, Vector3, Quaternion, Transform)
    Object.Instantiate<T>(T, Transform)
    Object.Instantiate<T>(T, Transform, Boolean)
    Object.Destroy(Object, Single)
    Object.Destroy(Object)
    Object.DestroyImmediate(Object, Boolean)
    Object.DestroyImmediate(Object)
    Object.FindObjectsOfType(Type)
    Object.FindObjectsOfType(Type, Boolean)
    Object.FindObjectsByType(Type, FindObjectsSortMode)
    Object.FindObjectsByType(Type, FindObjectsInactive, FindObjectsSortMode)
    Object.DontDestroyOnLoad(Object)
    Object.DestroyObject(Object, Single)
    Object.DestroyObject(Object)
    Object.FindSceneObjectsOfType(Type)
    Object.FindObjectsOfTypeIncludingAssets(Type)
    Object.FindObjectsOfType<T>()
    UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsSortMode)
    UnityEngine.Object.FindObjectsOfType<T>(System.Boolean)
    UnityEngine.Object.FindObjectsByType<T>(UnityEngine.FindObjectsInactive, UnityEngine.FindObjectsSortMode)
    Object.FindObjectOfType<T>()
    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)
    Object.FindObjectsOfTypeAll(Type)
    Object.FindObjectOfType(Type)
    Object.FindFirstObjectByType(Type)
    Object.FindAnyObjectByType(Type)
    Object.FindObjectOfType(Type, Boolean)
    Object.FindFirstObjectByType(Type, FindObjectsInactive)
    Object.FindAnyObjectByType(Type, FindObjectsInactive)
    Object.ToString()
    Object.name
    Object.hideFlags
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Netcode.RuntimeTests
    Syntax
    public class NetVarILPPClassForTests : NetworkBehaviour

    Fields

    BoolArrayVar

    Declaration
    public NetworkVariable<NativeArray<bool>> BoolArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Boolean>>

    BoolVar

    Declaration
    public NetworkVariable<bool> BoolVar
    Field Value
    Type Description
    NetworkVariable<Boolean>

    ByteArrayVar

    Declaration
    public NetworkVariable<NativeArray<byte>> ByteArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Byte>>

    ByteEnumArrayVar

    Declaration
    public NetworkVariable<NativeArray<ByteEnum>> ByteEnumArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<ByteEnum>>

    ByteEnumVar

    Declaration
    public NetworkVariable<ByteEnum> ByteEnumVar
    Field Value
    Type Description
    NetworkVariable<ByteEnum>

    ByteVar

    Declaration
    public NetworkVariable<byte> ByteVar
    Field Value
    Type Description
    NetworkVariable<Byte>

    CharArrayVar

    Declaration
    public NetworkVariable<NativeArray<char>> CharArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Char>>

    CharVar

    Declaration
    public NetworkVariable<char> CharVar
    Field Value
    Type Description
    NetworkVariable<Char>

    Color32ArrayVar

    Declaration
    public NetworkVariable<NativeArray<Color32>> Color32ArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Color32>>

    Color32Var

    Declaration
    public NetworkVariable<Color32> Color32Var
    Field Value
    Type Description
    NetworkVariable<Color32>

    ColorArrayVar

    Declaration
    public NetworkVariable<NativeArray<Color>> ColorArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Color>>

    ColorVar

    Declaration
    public NetworkVariable<Color> ColorVar
    Field Value
    Type Description
    NetworkVariable<Color>

    DoubleArrayVar

    Declaration
    public NetworkVariable<NativeArray<double>> DoubleArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Double>>

    DoubleVar

    Declaration
    public NetworkVariable<double> DoubleVar
    Field Value
    Type Description
    NetworkVariable<Double>

    FixedStringArrayVar

    Declaration
    public NetworkVariable<NativeArray<FixedString32Bytes>> FixedStringArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<FixedString32Bytes>>

    FixedStringVar

    Declaration
    public NetworkVariable<FixedString32Bytes> FixedStringVar
    Field Value
    Type Description
    NetworkVariable<FixedString32Bytes>

    FloatArrayVar

    Declaration
    public NetworkVariable<NativeArray<float>> FloatArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Single>>

    FloatVar

    Declaration
    public NetworkVariable<float> FloatVar
    Field Value
    Type Description
    NetworkVariable<Single>

    GuidVar

    Declaration
    public NetworkVariable<Guid> GuidVar
    Field Value
    Type Description
    NetworkVariable<Guid>

    IntArrayVar

    Declaration
    public NetworkVariable<NativeArray<int>> IntArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Int32>>

    IntEnumArrayVar

    Declaration
    public NetworkVariable<NativeArray<IntEnum>> IntEnumArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<IntEnum>>

    IntEnumVar

    Declaration
    public NetworkVariable<IntEnum> IntEnumVar
    Field Value
    Type Description
    NetworkVariable<IntEnum>

    IntVar

    Declaration
    public NetworkVariable<int> IntVar
    Field Value
    Type Description
    NetworkVariable<Int32>

    LongArrayVar

    Declaration
    public NetworkVariable<NativeArray<long>> LongArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Int64>>

    LongEnumArrayVar

    Declaration
    public NetworkVariable<NativeArray<LongEnum>> LongEnumArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<LongEnum>>

    LongEnumVar

    Declaration
    public NetworkVariable<LongEnum> LongEnumVar
    Field Value
    Type Description
    NetworkVariable<LongEnum>

    LongVar

    Declaration
    public NetworkVariable<long> LongVar
    Field Value
    Type Description
    NetworkVariable<Int64>

    ManagedNetworkSerializableTypeVar

    Declaration
    public NetworkVariable<ManagedNetworkSerializableType> ManagedNetworkSerializableTypeVar
    Field Value
    Type Description
    NetworkVariable<ManagedNetworkSerializableType>

    QuaternionArrayVar

    Declaration
    public NetworkVariable<NativeArray<Quaternion>> QuaternionArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Quaternion>>

    QuaternionVar

    Declaration
    public NetworkVariable<Quaternion> QuaternionVar
    Field Value
    Type Description
    NetworkVariable<Quaternion>

    Ray2DArrayVar

    Declaration
    public NetworkVariable<NativeArray<Ray2D>> Ray2DArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Ray2D>>

    Ray2DVar

    Declaration
    public NetworkVariable<Ray2D> Ray2DVar
    Field Value
    Type Description
    NetworkVariable<Ray2D>

    RayArrayVar

    Declaration
    public NetworkVariable<NativeArray<Ray>> RayArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Ray>>

    RayVar

    Declaration
    public NetworkVariable<Ray> RayVar
    Field Value
    Type Description
    NetworkVariable<Ray>

    SbyteArrayVar

    Declaration
    public NetworkVariable<NativeArray<sbyte>> SbyteArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<SByte>>

    SByteEnumArrayVar

    Declaration
    public NetworkVariable<NativeArray<SByteEnum>> SByteEnumArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<SByteEnum>>

    SByteEnumVar

    Declaration
    public NetworkVariable<SByteEnum> SByteEnumVar
    Field Value
    Type Description
    NetworkVariable<SByteEnum>

    SbyteVar

    Declaration
    public NetworkVariable<sbyte> SbyteVar
    Field Value
    Type Description
    NetworkVariable<SByte>

    ShortArrayVar

    Declaration
    public NetworkVariable<NativeArray<short>> ShortArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Int16>>

    ShortEnumArrayVar

    Declaration
    public NetworkVariable<NativeArray<ShortEnum>> ShortEnumArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<ShortEnum>>

    ShortEnumVar

    Declaration
    public NetworkVariable<ShortEnum> ShortEnumVar
    Field Value
    Type Description
    NetworkVariable<ShortEnum>

    ShortVar

    Declaration
    public NetworkVariable<short> ShortVar
    Field Value
    Type Description
    NetworkVariable<Int16>

    StringVar

    Declaration
    public NetworkVariable<string> StringVar
    Field Value
    Type Description
    NetworkVariable<String>

    SubclassVar

    Declaration
    public NetworkVariableSubclass<TemplatedValueOnlyReferencedByNetworkVariableSubclass<int>> SubclassVar
    Field Value
    Type Description
    NetworkVariableSubclass<TemplatedValueOnlyReferencedByNetworkVariableSubclass<Int32>>

    TestStructArrayVar

    Declaration
    public NetworkVariable<NativeArray<NetworkVariableTestStruct>> TestStructArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<NetworkVariableTestStruct>>

    TestStructVar

    Declaration
    public NetworkVariable<NetworkVariableTestStruct> TestStructVar
    Field Value
    Type Description
    NetworkVariable<NetworkVariableTestStruct>

    UintArrayVar

    Declaration
    public NetworkVariable<NativeArray<uint>> UintArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<UInt32>>

    UIntEnumArrayVar

    Declaration
    public NetworkVariable<NativeArray<UIntEnum>> UIntEnumArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<UIntEnum>>

    UIntEnumVar

    Declaration
    public NetworkVariable<UIntEnum> UIntEnumVar
    Field Value
    Type Description
    NetworkVariable<UIntEnum>

    UintVar

    Declaration
    public NetworkVariable<uint> UintVar
    Field Value
    Type Description
    NetworkVariable<UInt32>

    UlongArrayVar

    Declaration
    public NetworkVariable<NativeArray<ulong>> UlongArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<UInt64>>

    ULongEnumArrayVar

    Declaration
    public NetworkVariable<NativeArray<ULongEnum>> ULongEnumArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<ULongEnum>>

    ULongEnumVar

    Declaration
    public NetworkVariable<ULongEnum> ULongEnumVar
    Field Value
    Type Description
    NetworkVariable<ULongEnum>

    UlongVar

    Declaration
    public NetworkVariable<ulong> UlongVar
    Field Value
    Type Description
    NetworkVariable<UInt64>

    UnmanagedNetworkSerializableArrayVar

    Declaration
    public NetworkVariable<NativeArray<UnmanagedNetworkSerializableType>> UnmanagedNetworkSerializableArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<UnmanagedNetworkSerializableType>>

    UnmanagedNetworkSerializableTypeVar

    Declaration
    public NetworkVariable<UnmanagedNetworkSerializableType> UnmanagedNetworkSerializableTypeVar
    Field Value
    Type Description
    NetworkVariable<UnmanagedNetworkSerializableType>

    UshortArrayVar

    Declaration
    public NetworkVariable<NativeArray<ushort>> UshortArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<UInt16>>

    UShortEnumArrayVar

    Declaration
    public NetworkVariable<NativeArray<UShortEnum>> UShortEnumArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<UShortEnum>>

    UShortEnumVar

    Declaration
    public NetworkVariable<UShortEnum> UShortEnumVar
    Field Value
    Type Description
    NetworkVariable<UShortEnum>

    UshortVar

    Declaration
    public NetworkVariable<ushort> UshortVar
    Field Value
    Type Description
    NetworkVariable<UInt16>

    Vector2ArrayVar

    Declaration
    public NetworkVariable<NativeArray<Vector2>> Vector2ArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Vector2>>

    Vector2IntArrayVar

    Declaration
    public NetworkVariable<NativeArray<Vector2Int>> Vector2IntArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Vector2Int>>

    Vector2IntVar

    Declaration
    public NetworkVariable<Vector2Int> Vector2IntVar
    Field Value
    Type Description
    NetworkVariable<Vector2Int>

    Vector2Var

    Declaration
    public NetworkVariable<Vector2> Vector2Var
    Field Value
    Type Description
    NetworkVariable<Vector2>

    Vector3ArrayVar

    Declaration
    public NetworkVariable<NativeArray<Vector3>> Vector3ArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Vector3>>

    Vector3IntArrayVar

    Declaration
    public NetworkVariable<NativeArray<Vector3Int>> Vector3IntArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Vector3Int>>

    Vector3IntVar

    Declaration
    public NetworkVariable<Vector3Int> Vector3IntVar
    Field Value
    Type Description
    NetworkVariable<Vector3Int>

    Vector3Var

    Declaration
    public NetworkVariable<Vector3> Vector3Var
    Field Value
    Type Description
    NetworkVariable<Vector3>

    Vector4ArrayVar

    Declaration
    public NetworkVariable<NativeArray<Vector4>> Vector4ArrayVar
    Field Value
    Type Description
    NetworkVariable<NativeArray<Vector4>>

    Vector4Var

    Declaration
    public NetworkVariable<Vector4> Vector4Var
    Field Value
    Type Description
    NetworkVariable<Vector4>
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023