docs.unity.cn
    Show / Hide Table of Contents

    Method WithSystem

    WithSystem(String)

    Get all records matching a system type name.

    Declaration
    [ExcludeFromBurstCompatTesting("LINQ")]
    public static EntitiesJournaling.RecordView[] WithSystem(string name)
    Parameters
    Type Name Description
    String name

    The system type name.

    Returns
    Type Description
    EntitiesJournaling.RecordView[]

    Array of EntitiesJournaling.RecordView.

    Remarks

    Throws InvalidOperationException if records are currently locked for write.

    WithSystem(SystemHandle)

    Get all records matching a system handle untyped.

    Declaration
    [ExcludeFromBurstCompatTesting("LINQ")]
    public static EntitiesJournaling.RecordView[] WithSystem(SystemHandle handle)
    Parameters
    Type Name Description
    SystemHandle handle
    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