- Namespace
- Atavism
- Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["UGUIMerchantFrame"]
class Type type-node
Syntax
public class UGUIMerchantFrame : MonoBehaviour
Fields
| Name | Constant Value | Summary |
|---|---|---|
| currentPageText | ||
| entries | ||
| inventory | ||
| minusButton | ||
| nextButton | ||
| plusButton | ||
| prevButton | ||
| purchaseCountPanel | ||
| purchaseCountText | ||
| titleBar | ||
| TMPCurrentPageText | ||
| TMPPurchaseCountText |
Methods
| Name | Value | Summary |
|---|---|---|
| CancelPurchase |
void | |
| Hide |
void | |
| Increase |
void | |
| OnEvent |
void | |
| PurchaseMultiple |
void | |
| ReduceMultipleCount |
void | |
| SellItemToMerchant |
void | |
| Show |
void | |
| ShowNextPage |
void | |
| ShowPrevPage |
void | |
| Show |
bool | |
| UpdatePurchaseCount |
void |