Class InternalCompilerInterface | Entities | 0.10.0-preview.6
docs.unity3d.com
    Show / Hide Table of Contents

    Class InternalCompilerInterface

    Inheritance
    Object
    InternalCompilerInterface
    Namespace: Unity.Entities
    Syntax
    public static class InternalCompilerInterface

    Methods

    BurstCompile(InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate)

    Declaration
    public static InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate BurstCompile(InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate d)
    Parameters
    Type Name Description
    InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate d
    Returns
    Type Description
    InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate

    BurstCompile(InternalCompilerInterface.JobRunWithoutJobSystemDelegate)

    Declaration
    public static InternalCompilerInterface.JobRunWithoutJobSystemDelegate BurstCompile(InternalCompilerInterface.JobRunWithoutJobSystemDelegate d)
    Parameters
    Type Name Description
    InternalCompilerInterface.JobRunWithoutJobSystemDelegate d
    Returns
    Type Description
    InternalCompilerInterface.JobRunWithoutJobSystemDelegate

    RunIJob<T>(ref T, InternalCompilerInterface.JobRunWithoutJobSystemDelegate)

    Declaration
    public static void RunIJob<T>(ref T jobData, InternalCompilerInterface.JobRunWithoutJobSystemDelegate functionPointer)
        where T : struct, IJob
    Parameters
    Type Name Description
    T jobData
    InternalCompilerInterface.JobRunWithoutJobSystemDelegate functionPointer
    Type Parameters
    Name Description
    T

    RunJobChunk<T>(ref T, EntityQuery, InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate)

    Declaration
    public static void RunJobChunk<T>(ref T jobData, EntityQuery query, InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate functionPointer)
        where T : struct, IJobChunk
    Parameters
    Type Name Description
    T jobData
    EntityQuery query
    InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate functionPointer
    Type Parameters
    Name Description
    T
    In This Article
    • Methods
      • BurstCompile(InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate)
      • BurstCompile(InternalCompilerInterface.JobRunWithoutJobSystemDelegate)
      • RunIJob<T>(ref T, InternalCompilerInterface.JobRunWithoutJobSystemDelegate)
      • RunJobChunk<T>(ref T, EntityQuery, InternalCompilerInterface.JobChunkRunWithoutJobSystemDelegate)
    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