Struct EntitiesJournaling.ComponentTypeViewArray
Array of EntitiesJournaling.ComponentTypeView.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public readonly struct EntitiesJournaling.ComponentTypeViewArrayProperties
| Name | Description | 
|---|---|
| this[int] | Get the component type at the specified index. | 
| Length | Number of component type in the array. | 
Methods
| Name | Description | 
|---|---|
| GetEnumerator() | Returns an enumerator that can iterate through the EntitiesJournaling.ComponentTypeViewArray. | 
| IndexOf(ComponentTypeView) | Retrieve the index of the component type view in the array. | 
| ToArray() | Convert array to managed array. | 
| ToNativeArray(AllocatorHandle) | Convert array to native array. |