docs.unity.cn
    Show / Hide Table of Contents

    Method Range

    Range(Int32, Int32)

    Get a number records starting from index.

    Declaration
    [ExcludeFromBurstCompatTesting("LINQ")]
    public static EntitiesJournaling.RecordView[] Range(int index, int count)
    Parameters
    Type Name Description
    Int32 index

    The start index.

    Int32 count

    The count of records.

    Returns
    Type Description
    EntitiesJournaling.RecordView[]

    Array of EntitiesJournaling.RecordView.

    Remarks

    Throws InvalidOperationException if records are currently locked for write.

    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Wednesday, September 20, 2023