Class ShopInteractibleCategory
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class ShopInteractibleCategory : Interactable
- Inheritance
-
ShopInteractibleCategory
- Inherited Members
- Extension Methods
Constructors
ShopInteractibleCategory()
public ShopInteractibleCategory()
Fields
m_Category
public ShopItemCategory m_Category
Field Value
m_CategoryText
[SerializeField]
public TextMeshProUGUI m_CategoryText
Field Value
- TextMeshProUGUI
m_ShopHandler
public static ShopHandler m_ShopHandler
Field Value
Methods
Interact(Player)
public override void Interact(Player player)
Parameters
player
Player
Setup(ShopHandler, ShopItemCategory)
public void Setup(ShopHandler handler, ShopItemCategory category)
Parameters
handler
ShopHandlercategory
ShopItemCategory