docs.unity.cn
    Show / Hide Table of Contents

    Method TryGetRecordDataAsSystemView

    TryGetRecordDataAsSystemView(EntitiesJournaling.RecordView, out EntitiesJournaling.SystemView)

    Try to retrieve record data as a EntitiesJournaling.SystemView.

    Declaration
    public static bool TryGetRecordDataAsSystemView(EntitiesJournaling.RecordView record, out EntitiesJournaling.SystemView systemView)
    Parameters
    Type Name Description
    EntitiesJournaling.RecordView record

    The record view.

    EntitiesJournaling.SystemView systemView

    The system view.

    Returns
    Type Description
    Boolean

    true if successful, false otherwise.

    Remarks

    Record type must be SystemAdded or SystemRemoved.

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