Interface IFunctionPointer | Burst | 1.3.9
docs.unity.cn
    Show / Hide Table of Contents

    Interface IFunctionPointer

    Base interface for a function pointer.

    Namespace: Unity.Burst
    Syntax
    public interface IFunctionPointer

    Methods

    FromIntPtr(IntPtr)

    Converts a pointer to a function pointer.

    Declaration
    [Obsolete("This method will be removed in a future version of Burst")]
    IFunctionPointer FromIntPtr(IntPtr ptr)
    Parameters
    Type Name Description
    IntPtr ptr

    The native pointer.

    Returns
    Type Description
    IFunctionPointer

    An instance of this interface.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Thursday, October 8, 2020