Class UnityObjectContext<T>
Helper method for tests to create and destroy Unity Objects.
Inherited Members
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 |