Struct EntitiesJournaling.EntityView
Entity view into journal buffer.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public readonly struct EntitiesJournaling.EntityView
Properties
| Name | Description |
|---|---|
| Index | The entity index. |
| Name | The entity display name. |
| Reference | An entity that matches the index, version and world sequence number, if it exists. |
| Version | The entity version. |
| WorldSequenceNumber | The entity world sequence number. |
Methods
| Name | Description |
|---|---|
| Equals(object) | |
| Equals(EntityView) | |
| GetHashCode() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(EntityView, EntityView) | |
| operator !=(EntityView, EntityView) |