Struct EntityWithValue<TValue>
Represents a key-value pair with the key being an entity.
Namespace: Unity.Entities.Editor
Syntax
public struct EntityWithValue<TValue>
Type Parameters
Name | Description |
---|---|
TValue | The value type. |
Fields
Name | Description |
---|---|
Entity | |
Value |