Struct SparseMap<T>.SparseEntry
Namespace: LiteEntitySystem.Collections
Assembly: LiteEntitySystem.dll
Syntax
public struct SparseMap<T>.SparseEntry
Fields
Id
Declaration
public int Id
Field Value
| Type | Description |
|---|---|
| int |
Value
Declaration
public T Value
Field Value
| Type | Description |
|---|---|
| T |