Namespace RisingV.Core.Databases
Classes
- EntityKeyedMapDataSource<TData>
Represents a data source that uses an entity's hash code as the key, specifically for data types that implement IData.
- EntityKeyedMapDataSource<TData, TLoader>
Represents a data source that uses an entity's hash code as the key.
- PrefabKeyedMapDataSource<TData, TLoader>
Represents a data source that uses PrefabGUIDs as keys to access data.