Class GamePickerListFactory
Helper class for GamePickerList creation. With Create(Type) method you can create best suitable GamePickerList implementation for a base type. Use it instead of GamePickerList constructor.
Inheritance
System.Object
GamePickerListFactory
Namespace: Eco.Gameplay.Civics.GameValues
Assembly: Eco.Gameplay.dll
Syntax
public static class GamePickerListFactory : Object
Methods
Create(Type)
Creates new GamePickerList best suitable for baseType.
Declaration
public static GamePickerList Create(Type baseType)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | baseType |
Returns
| Type | Description |
|---|---|
| GamePickerList |