docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method WithOriginSystem

    WithOriginSystem(string)

    Get all records matching an origin system type name.

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

    The system type name.

    Returns
    Type Description
    RecordView[]

    Array of EntitiesJournaling.RecordView.

    Remarks

    Throws InvalidOperationException if records are currently locked for write.

    WithOriginSystem(SystemHandle)

    Get all records matching an origin system handle untyped.

    Declaration
    [ExcludeFromBurstCompatTesting("LINQ")]
    public static EntitiesJournaling.RecordView[] WithOriginSystem(SystemHandle handle)
    Parameters
    Type Name Description
    SystemHandle handle
    Returns
    Type Description
    RecordView[]

    Array of EntitiesJournaling.RecordView.

    Remarks

    Throws InvalidOperationException if records are currently locked for write.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)