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 |
Remarks
Record type must be either GetComponentDataRW, SetComponentData or SetSharedComponentData.