ScriptableFactoryDatabase
Definition
public class ScriptableFactoryDatabase<TDatabase, TFactory> : SingletonScriptableObject<TDatabase>
where TDatabase : ScriptableFactoryDatabase<TDatabase, TFactory>
where TFactory : IScriptableFactoryRemarks
Quick Lookup
Goal
How
Properties
Methods
GetFactory
Parameter
Type
Description
Extension Points
Optional Overrides
Method
Purpose
Implementation Requirements
Examples
Creating a Game-Specific Database
Using the Database
See Also
Last updated