Struct EntitiesJournaling.SystemView
System view into journal buffer.
Namespace: Unity.Entities
Assembly: Unity.Entities.dll
Syntax
public readonly struct EntitiesJournaling.SystemView
Properties
| Name | Description |
|---|---|
| Handle | The system untyped handle. |
| Name | The system name. |
| Type | The system type index. |
Methods
| Name | Description |
|---|---|
| Equals(object) | |
| Equals(SystemView) | |
| GetHashCode() | |
| ToString() |
Operators
| Name | Description |
|---|---|
| operator ==(SystemView, SystemView) | |
| operator !=(SystemView, SystemView) |