docs.unity.cn
    Show / Hide Table of Contents

    Method GetEntityOffsets

    GetEntityOffsets(Int32, out Int32)

    Note this function will always return a pointer even if the given type has no Entity offsets. Always check/iterate over the returned pointer using the returned count

    Declaration
    public static TypeManager.EntityOffsetInfo*GetEntityOffsets(int typeIndex, out int count)
    Parameters
    Type Name Description
    Int32 typeIndex
    Int32 count
    Returns
    Type Description
    TypeManager.EntityOffsetInfo*
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on 04 August 2022
    Terms of use