Struct GenericContainerResizeJob<T, U>
Namespace: Unity.Jobs.Tests.ManagedJobs
Syntax
public struct GenericContainerResizeJob<T, U> : IJob where T : struct, INativeList<U> where U : struct
Type Parameters
| Name | Description |
|---|---|
| T | |
| U |
Fields
m_GenericList
Declaration
public T m_GenericList
Field Value
| Type | Description |
|---|---|
| T |
m_ListLength
Declaration
public int m_ListLength
Field Value
| Type | Description |
|---|---|
| Int32 |
Methods
Execute()
Declaration
public void Execute()