docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method TryGetRecordDataAsComponentDataArrayBoxed

    TryGetRecordDataAsComponentDataArrayBoxed(RecordView, out Array)

    Try to retrieve record data as component data array boxed.

    Declaration
    [ExcludeFromBurstCompatTesting("Returns managed object")]
    public static bool TryGetRecordDataAsComponentDataArrayBoxed(EntitiesJournaling.RecordView record, out Array componentDataArray)
    Parameters
    Type Name Description
    EntitiesJournaling.RecordView record

    The record view.

    Array componentDataArray

    The component data array boxed.

    Returns
    Type Description
    bool

    true if successful, false otherwise.

    Remarks

    Record type must be either GetComponentDataRW, SetComponentData or SetSharedComponentData.

    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)