docs.unity.cn
    Show / Hide Table of Contents

    Method UnsafeRunIJob

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

    Declaration
    public static void UnsafeRunIJob<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

    UnsafeRunIJob<T>(ref T, FunctionPointer<InternalCompilerInterface.JobRunWithoutJobSystemDelegate>)

    Declaration
    public static void UnsafeRunIJob<T>(ref T jobData, FunctionPointer<InternalCompilerInterface.JobRunWithoutJobSystemDelegate> functionPointer)
        where T : struct, IJob
    Parameters
    Type Name Description
    T jobData
    FunctionPointer<InternalCompilerInterface.JobRunWithoutJobSystemDelegate> functionPointer
    Type Parameters
    Name Description
    T
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 04 August 2022
    Terms of use