docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NetworkBehaviourCallbacksOrderOnTheHost

    Inheritance
    object
    NetworkBehaviourCallbacksOrderOnTheHost
    Implements
    IPrebuildSetup
    IPostBuildCleanup
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Global Namespace
    Assembly: com.unity.multiplayer-hlapi.Tests.dll
    Syntax
    public class NetworkBehaviourCallbacksOrderOnTheHost : IPrebuildSetup, IPostBuildCleanup

    Fields

    expectedListOfCallbacks

    Declaration
    public static List<string> expectedListOfCallbacks
    Field Value
    Type Description
    List<string>

    Methods

    CallbacksOrderInNetworkBehaviourOnTheHostIsCorrect()

    Declaration
    [UnityTest]
    [Ignore("Disabled until weaver invocation when run in CI is sorted")]
    public IEnumerator CallbacksOrderInNetworkBehaviourOnTheHostIsCorrect()
    Returns
    Type Description
    IEnumerator

    Cleanup()

    Declaration
    public void Cleanup()

    SetUp()

    Declaration
    [SetUp]
    public void SetUp()

    Setup()

    Declaration
    public void Setup()

    TearDown()

    Declaration
    [TearDown]
    public void TearDown()

    Implements

    UnityEngine.TestTools.IPrebuildSetup
    UnityEngine.TestTools.IPostBuildCleanup
    In This Article
    Back to top
    Copyright © 2025 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)