Struct GenericContainerJobDefer<T, U>
Namespace: Unity.Jobs.Tests.ManagedJobs
Syntax
public struct GenericContainerJobDefer<T, U> : IJobParallelForDefer 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_Value
Declaration
public U m_Value
Field Value
Type | Description |
---|---|
U |
Methods
Execute(Int32)
Declaration
public void Execute(int index)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index |