Show / Hide Table of Contents

Interface IShopPlacement

Interface which exposes the stock methods of ShopPlacement for use by ShopLocation.

Namespace: ItemChanger.Placements
Assembly: ItemChanger.dll
Syntax
public interface IShopPlacement

Methods

| Improve this Doc View Source

GetNewAltStock(GameObject[], GameObject[], GameObject)

Declaration
GameObject[] GetNewAltStock(GameObject[] newStock, GameObject[] altStock, GameObject prefab)
Parameters
Type Name Description
GameObject[] newStock
GameObject[] altStock
GameObject prefab
Returns
Type Description
GameObject[]
| Improve this Doc View Source

GetNewStock(GameObject[], GameObject)

Declaration
GameObject[] GetNewStock(GameObject[] oldStock, GameObject prefab)
Parameters
Type Name Description
GameObject[] oldStock
GameObject prefab
Returns
Type Description
GameObject[]

Extension Methods

Extensions.Yield<T>(T)
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX