Property | Type | Description | |
---|---|---|---|
Hovering | bool | ||
LookingAt | bool | ||
SlotCategory | int | ||
TempLookAt | string | ||
slotIndex | int |
Method | Description | |
---|---|---|
BeginDrag ( ) : void | ||
ClickEvent ( int pointerID ) : void | ||
ConversationClick ( bool isLeftClick ) : void | ||
GetGameObjectInteration ( ) : ObjectInteraction | ||
LeftClickPickup ( ) : void | ||
LookFromSlot ( ) : void | ||
OnClick ( BaseEventData evnt ) : void | ||
OnHoverEnter ( ) : void |
Handles hovering over the slot
|
|
OnHoverExit ( ) : void |
Handles cancelling hovering over the slot
|
|
OnSubmitPickup ( int quant ) : void | ||
RightClickPickup ( ) : void | ||
TemporaryLookAt ( ) : void | ||
UseFromSlot ( ) : void |
Method | Description | |
---|---|---|
ClearTempLookAt ( ) : IEnumerator |
public ConversationClick ( bool isLeftClick ) : void | ||
isLeftClick | bool | |
return | void |
public GetGameObjectInteration ( ) : ObjectInteraction | ||
return | ObjectInteraction |