Struct JobMetaData
Namespace: Unity.Jobs.LowLevel.Unsafe
Syntax
public struct JobMetaData
Fields
deferredDataPtr
Declaration
public void *deferredDataPtr
Field Value
Type | Description |
---|---|
Void* |
isParallelFor
Declaration
public int isParallelFor
Field Value
Type | Description |
---|---|
Int32 |
jobDataSize
Declaration
public int jobDataSize
Field Value
Type | Description |
---|---|
Int32 |
JobRanges
Declaration
public JobRanges JobRanges
Field Value
Type | Description |
---|---|
JobRanges |
kJobMetaDataIsParallelOffset
Declaration
public const int kJobMetaDataIsParallelOffset = 16
Field Value
Type | Description |
---|---|
Int32 |
managedPtr
Declaration
public void *managedPtr
Field Value
Type | Description |
---|---|
Void* |
unmanagedPtr
Declaration
public void *unmanagedPtr
Field Value
Type | Description |
---|---|
Void* |