Struct EntitiesJournaling.ComponentTypeView
Entity view into journal buffer.
Namespace: Unity.Entities
Syntax
[GenerateTestsForBurstCompatibility(RequiredUnityDefine = "(UNITY_EDITOR || DEVELOPMENT_BUILD) && !DISABLE_ENTITIES_JOURNALING")]
public readonly struct ComponentTypeView : IEquatable<EntitiesJournaling.ComponentTypeView>
Properties
| Name | Description |
|---|---|
| ComponentType | The component type from the type index. |
| Name | The component type name. |
| TypeIndex | The component type index. |
Methods
| Name | Description |
|---|---|
| Equals(Object) | |
| Equals(EntitiesJournaling.ComponentTypeView) | |
| GetHashCode() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| Equality(EntitiesJournaling.ComponentTypeView, EntitiesJournaling.ComponentTypeView) | |
| Inequality(EntitiesJournaling.ComponentTypeView, EntitiesJournaling.ComponentTypeView) |