docs.unity.cn
    Show / Hide Table of Contents

    Method GetUnsafePtr

    GetUnsafePtr()

    Provides a pointer to the data stored in the array.

    Declaration
    public void *GetUnsafePtr()
    Returns
    Type Description
    Void*

    A pointer to the first element in the array.

    Remarks

    You can only call this function in an unsafe context.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Wednesday, July 6, 2022
    Terms of use