- Namespace
- Atavism
- Interfaces
-
- IPointerDownHandler
- Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type-.->Interface0["IPointerDownHandler"]
Type["UGUICraftingPanel"]
class Type type-node
Syntax
public class UGUICraftingPanel : MonoBehaviour, IPointerDownHandler
Fields
| Name | Constant Value | Summary |
|---|---|---|
| craftButton | ||
| craftingSlots | ||
| resultSlots | ||
| titleBar |
Methods
| Name | Value | Summary |
|---|---|---|
| ChangeSkill |
void | |
| CountDecrease |
void | |
| CountDecreaseMax |
void | |
| CountIncrease |
void | |
| CountIncreaseMax |
void | |
| DoCraft |
void | |
| Hide |
void | |
| OnEvent |
void | |
| OnPointerDown |
void | |
| PlaceCraftingItem |
void | |
| Show |
void | |
| ShowAvailable |
void | |
| Toggle |
void |