docs.unity3d.com
    Show / Hide Table of Contents

    Class UnityObjectContext<T>

    Helper method for tests to create and destroy Unity Objects.

    Inheritance
    Object
    UnityObjectContext
    UnityObjectContext<T>
    Inherited Members
    UnityObjectContext.CreateGameObject(String)
    UnityObjectContext.CreateNetworkObject(String)
    UnityObjectContext.Dispose()
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: Unity.Netcode.RuntimeTests
    Syntax
    public class UnityObjectContext<T> : UnityObjectContext, IDisposable where T : Object
    Type Parameters
    Name Description
    T

    The type of Object this context incorporates.

    Properties

    Object

    Declaration
    public T Object { get; }
    Property Value
    Type Description
    T
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on 26 October 2023