Struct JobMetaData | DOTS Runtime | 0.32.0-preview.54
docs.unity.cn
    Show / Hide Table of Contents

    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*
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Saturday, January 23, 2021