Class InternalCompilerInterface | Entities | 0.2.0-preview.18
docs.unity.cn
    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
    Back to top Copyright © 2019 Unity Technologies
    Generated by DocFX