docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Interface IHashSetTestHelperBase<T>

    Namespace: Unity.Netcode.RuntimeTests
    Assembly: Unity.Netcode.RuntimeTests.dll
    Syntax
    public interface IHashSetTestHelperBase<T>
    Type Parameters
    Name Description
    T

    Methods

    Add(T, Targets)

    Declaration
    void Add(T value, ListTestHelperBase.Targets target)
    Parameters
    Type Name Description
    T value
    ListTestHelperBase.Targets target

    Clear(Targets)

    Declaration
    void Clear(ListTestHelperBase.Targets target)
    Parameters
    Type Name Description
    ListTestHelperBase.Targets target

    GetNetVar(Targets)

    Declaration
    NetworkVariable<HashSet<T>> GetNetVar(ListTestHelperBase.Targets target)
    Parameters
    Type Name Description
    ListTestHelperBase.Targets target
    Returns
    Type Description
    NetworkVariable<HashSet<T>>

    OnOwnerListValuesChanged(HashSet<T>, HashSet<T>)

    Declaration
    void OnOwnerListValuesChanged(HashSet<T> previous, HashSet<T> current)
    Parameters
    Type Name Description
    HashSet<T> previous
    HashSet<T> current

    OnServerListValuesChanged(HashSet<T>, HashSet<T>)

    Declaration
    void OnServerListValuesChanged(HashSet<T> previous, HashSet<T> current)
    Parameters
    Type Name Description
    HashSet<T> previous
    HashSet<T> current

    OnSetOwnerValues()

    Declaration
    HashSet<T> OnSetOwnerValues()
    Returns
    Type Description
    HashSet<T>

    OnSetServerValues()

    Declaration
    HashSet<T> OnSetServerValues()
    Returns
    Type Description
    HashSet<T>

    Remove(T, Targets)

    Declaration
    void Remove(T value, ListTestHelperBase.Targets target)
    Parameters
    Type Name Description
    T value
    ListTestHelperBase.Targets target

    ResetTrackedChanges()

    Declaration
    void ResetTrackedChanges()

    TrackChanges(Targets, HashSet<T>, HashSet<T>)

    Declaration
    void TrackChanges(ListTestHelperBase.Targets target, HashSet<T> previous, HashSet<T> current)
    Parameters
    Type Name Description
    ListTestHelperBase.Targets target
    HashSet<T> previous
    HashSet<T> current

    ValidateInstances()

    Declaration
    bool ValidateInstances()
    Returns
    Type Description
    bool
    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)