docs.unity.cn
    Show / Hide Table of Contents

    Method TryGetRecordDataAsComponentDataArrayBoxed

    TryGetRecordDataAsComponentDataArrayBoxed(EntitiesJournaling.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
    Boolean

    true if successful, false otherwise.

    Remarks

    Record type must be either GetComponentDataRW, SetComponentData or SetSharedComponentData.

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