Table of Contents

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

ShopItemCategory

m_CategoryText

[SerializeField]
public TextMeshProUGUI m_CategoryText

Field Value

TextMeshProUGUI

m_ShopHandler

public static ShopHandler m_ShopHandler

Field Value

ShopHandler

Methods

Interact(Player)

public override void Interact(Player player)

Parameters

player Player

Setup(ShopHandler, ShopItemCategory)

public void Setup(ShopHandler handler, ShopItemCategory category)

Parameters

handler ShopHandler
category ShopItemCategory