Struct JobsUtility.JobScheduleParameters | DOTS Runtime | 0.31.0-preview.24
docs.unity3d.com
    Show / Hide Table of Contents

    Struct JobsUtility.JobScheduleParameters

    Namespace: Unity.Jobs.LowLevel.Unsafe
    Syntax
    public struct JobScheduleParameters

    Constructors

    JobScheduleParameters(Void*, IntPtr, JobHandle, ScheduleMode, Int32, Int32)

    Declaration
    public JobScheduleParameters(void *jobData, IntPtr reflectionData, JobHandle jobDependency, ScheduleMode scheduleMode, int jobDataSize = 0, int isBursted = 5)
    Parameters
    Type Name Description
    Void* jobData
    IntPtr reflectionData
    JobHandle jobDependency
    ScheduleMode scheduleMode
    Int32 jobDataSize
    Int32 isBursted

    JobScheduleParameters(Void*, JobsUtility.ReflectionDataProxy*, JobHandle, ScheduleMode, Int32, Int32)

    Declaration
    public JobScheduleParameters(void *jobData, JobsUtility.ReflectionDataProxy*reflectionData, JobHandle jobDependency, ScheduleMode scheduleMode, int jobDataSize = 0, int isBursted = 5)
    Parameters
    Type Name Description
    Void* jobData
    JobsUtility.ReflectionDataProxy* reflectionData
    JobHandle jobDependency
    ScheduleMode scheduleMode
    Int32 jobDataSize
    Int32 isBursted

    Fields

    Dependency

    Declaration
    public JobHandle Dependency
    Field Value
    Type Description
    JobHandle

    JobDataPtr

    Declaration
    public JobMetaData*JobDataPtr
    Field Value
    Type Description
    JobMetaData*

    ReflectionData

    Declaration
    public JobsUtility.ReflectionDataProxy*ReflectionData
    Field Value
    Type Description
    JobsUtility.ReflectionDataProxy*

    ScheduleMode

    Declaration
    public ScheduleMode ScheduleMode
    Field Value
    Type Description
    ScheduleMode
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023