Struct EntitiesJournaling.ComponentTypeViewArray
Array of EntitiesJournaling.ComponentTypeView.
Namespace: Unity.Entities
Assembly: solution.dll
Syntax
[GenerateTestsForBurstCompatibility(RequiredUnityDefine = "(UNITY_EDITOR || DEVELOPMENT_BUILD) && !DISABLE_ENTITIES_JOURNALING")]
public readonly struct EntitiesJournaling.ComponentTypeViewArray
Properties
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. |