C# Class InventorySlot, UnderworldExporter

Inheritance: MonoBehaviour, IDropHandler
Show file Open project: hankmorgan/UnderworldExporter Class Usage Examples

Public Properties

Property Type Description
Hovering bool
LookingAt bool
SlotCategory int
TempLookAt string
slotIndex int

Public Methods

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

Private Methods

Method Description
ClearTempLookAt ( ) : IEnumerator

Method Details

BeginDrag() public method

public BeginDrag ( ) : void
return void

ClickEvent() public method

public ClickEvent ( int pointerID ) : void
pointerID int
return void

ConversationClick() public method

public ConversationClick ( bool isLeftClick ) : void
isLeftClick bool
return void

GetGameObjectInteration() public method

public GetGameObjectInteration ( ) : ObjectInteraction
return ObjectInteraction

LeftClickPickup() public method

public LeftClickPickup ( ) : void
return void

LookFromSlot() public method

public LookFromSlot ( ) : void
return void

OnClick() public method

public OnClick ( BaseEventData evnt ) : void
evnt BaseEventData
return void

OnHoverEnter() public method

Handles hovering over the slot
public OnHoverEnter ( ) : void
return void

OnHoverExit() public method

Handles cancelling hovering over the slot
public OnHoverExit ( ) : void
return void

OnSubmitPickup() public method

public OnSubmitPickup ( int quant ) : void
quant int
return void

RightClickPickup() public method

public RightClickPickup ( ) : void
return void

TemporaryLookAt() public method

public TemporaryLookAt ( ) : void
return void

UseFromSlot() public method

public UseFromSlot ( ) : void
return void

Property Details

Hovering public static property

public static bool Hovering
return bool

LookingAt public static property

public static bool LookingAt
return bool

SlotCategory public property

public int SlotCategory
return int

TempLookAt public static property

public static string TempLookAt
return string

slotIndex public property

public int slotIndex
return int