docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class NetworkBehaviourReferenceTests

    Unit tests to test:

    • Serializing NetworkObject to NetworkObjectReference
    • Deserializing NetworkObjectReference to NetworkObject
    • Implicit operators of NetworkObjectReference
    Inheritance
    object
    NetworkBehaviourReferenceTests
    Implements
    IDisposable
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Netcode.RuntimeTests
    Assembly: solution.dll
    Syntax
    public class NetworkBehaviourReferenceTests : IDisposable

    Constructors

    NetworkBehaviourReferenceTests()

    Declaration
    public NetworkBehaviourReferenceTests()

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    FailSerializeGameObjectWithoutNetworkObject()

    Declaration
    public void FailSerializeGameObjectWithoutNetworkObject()

    FailSerializeNonSpawnedNetworkObject()

    Declaration
    public void FailSerializeNonSpawnedNetworkObject()

    FailSerializeNullBehaviour()

    Declaration
    public void FailSerializeNullBehaviour()

    TestNetworkVariable()

    Declaration
    public void TestNetworkVariable()

    TestRpc()

    Declaration
    [UnityTestAttribute]
    public IEnumerator TestRpc()
    Returns
    Type Description
    IEnumerator

    TestRpcImplicitNetworkBehaviour()

    Declaration
    [UnityTestAttribute]
    public IEnumerator TestRpcImplicitNetworkBehaviour()
    Returns
    Type Description
    IEnumerator

    Implements

    IDisposable
    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)