C# Class InventorySlot, UnderworldExporter

Inheritance: MonoBehaviour, IDropHandler
Afficher le fichier Open project: hankmorgan/UnderworldExporter Class Usage Examples

Méthodes publiques

Свойство Type Description
Hovering bool
LookingAt bool
SlotCategory int
TempLookAt string
slotIndex int

Méthodes publiques

Méthode 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

Méthode Description
ClearTempLookAt ( ) : IEnumerator

Method Details

BeginDrag() public méthode

public BeginDrag ( ) : void
Résultat void

ClickEvent() public méthode

public ClickEvent ( int pointerID ) : void
pointerID int
Résultat void

ConversationClick() public méthode

public ConversationClick ( bool isLeftClick ) : void
isLeftClick bool
Résultat void

GetGameObjectInteration() public méthode

public GetGameObjectInteration ( ) : ObjectInteraction
Résultat ObjectInteraction

LeftClickPickup() public méthode

public LeftClickPickup ( ) : void
Résultat void

LookFromSlot() public méthode

public LookFromSlot ( ) : void
Résultat void

OnClick() public méthode

public OnClick ( BaseEventData evnt ) : void
evnt BaseEventData
Résultat void

OnHoverEnter() public méthode

Handles hovering over the slot
public OnHoverEnter ( ) : void
Résultat void

OnHoverExit() public méthode

Handles cancelling hovering over the slot
public OnHoverExit ( ) : void
Résultat void

OnSubmitPickup() public méthode

public OnSubmitPickup ( int quant ) : void
quant int
Résultat void

RightClickPickup() public méthode

public RightClickPickup ( ) : void
Résultat void

TemporaryLookAt() public méthode

public TemporaryLookAt ( ) : void
Résultat void

UseFromSlot() public méthode

public UseFromSlot ( ) : void
Résultat void

Property Details

Hovering public_oe static_oe property

public static bool Hovering
Résultat bool

LookingAt public_oe static_oe property

public static bool LookingAt
Résultat bool

SlotCategory public_oe property

public int SlotCategory
Résultat int

TempLookAt public_oe static_oe property

public static string TempLookAt
Résultat string

slotIndex public_oe property

public int slotIndex
Résultat int