ScriptableFactoryRegistry
Definition
[SingletonSettings(AssetPath = "Scriptable Factory Registry")]
public class ScriptableFactoryRegistry : SingletonScriptableObject<ScriptableFactoryRegistry>Remarks
Quick Lookup
Goal
How
Methods
GetAllFactories
GetAllFactoriesOfType (Type)
Parameter
Type
Description
GetAllFactoriesOfType<TFactory>
Initialize (Editor Only)
Examples
Querying Factories at Runtime
See Also
Last updated