docs.unity.cn
    Show / Hide Table of Contents

    Method WithRecordIndex

    WithRecordIndex(IEnumerable<EntitiesJournaling.RecordView>, UInt64)

    Get the records matching a record index.

    Declaration
    [ExcludeFromBurstCompatTesting("LINQ")]
    public static IEnumerable<EntitiesJournaling.RecordView> WithRecordIndex(this IEnumerable<EntitiesJournaling.RecordView> records, ulong index)
    Parameters
    Type Name Description
    IEnumerable<EntitiesJournaling.RecordView> records
    UInt64 index
    Returns
    Type Description
    IEnumerable<EntitiesJournaling.RecordView>

    IEnumerable 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, June 21, 2023