docs.unity.cn
    Show / Hide Table of Contents

    Method CompileILPPMethod2

    CompileILPPMethod2(RuntimeMethodHandle)

    Compile an IL Post-Processed method.

    Declaration
    public static IntPtr CompileILPPMethod2(RuntimeMethodHandle burstMethodHandle)
    Parameters
    Type Name Description
    RuntimeMethodHandle burstMethodHandle

    The Burst method to compile.

    Returns
    Type Description
    IntPtr

    A token that must be passed to GetILPPMethodFunctionPointer2(IntPtr, RuntimeMethodHandle, RuntimeTypeHandle) to get an actual executable function pointer.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Monday, June 12, 2023