Method ConvertGetRWsToSets
ConvertGetRWsToSets(in RecordViewArray)
Convert GetComponentDataRW records to SetComponentData records, when possible.
Declaration
[BurstCompile]
public static void ConvertGetRWsToSets(in EntitiesJournaling.RecordViewArray records)Parameters
| Type | Name | Description | 
|---|---|---|
| EntitiesJournaling.RecordViewArray | records | The record view array to convert. |