Class Bench
The same as a grid, but is used for easy differentiation between the BattleGrid and the bench. The Custom Inspector allows to create a bench quickly.
Inherited Members
Namespace: AutoBattleFramework.Battlefield
Assembly: cs.temp.dll.dll
Syntax
public class Bench : BattleGrid
Methods
GetGameCharacterInBench()
Get all GameCharacters in the bench.
Declaration
public List<GameCharacter> GetGameCharacterInBench()
Returns
Type | Description |
---|---|
List<GameCharacter> | List of GameCharacters in the bench. |
GetGameItemsInBench()
Get all GameItems in the bench.
Declaration
public List<GameItem> GetGameItemsInBench()
Returns
Type | Description |
---|---|
List<GameItem> | List of GameItems in the bench. |
GetShopItemInBench()
Get all ShopItems in the bench.
Declaration
public List<GameActor> GetShopItemInBench()
Returns
Type | Description |
---|---|
List<GameActor> | List of ShopItems in the bench. |