Class UnityObjectContext<T>
Helper method for tests to create and destroy Unity Objects.
Implements
Inherited Members
Namespace: Unity.Netcode.RuntimeTests
Assembly: Unity.Netcode.RuntimeTests.dll
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 |