C# Class TradeSlot, UnderworldExporter

Inheritance: GuiBase
Afficher le fichier Open project: hankmorgan/UnderworldExporter

Méthodes publiques

Свойство Type Description
Hovering bool
Indicator UnityEngine.UI.RawImage
Locked bool
LookingAt bool
PlayerSlot bool
Quantity Text
Selected bool
SlotImage UnityEngine.UI.RawImage
SlotNo int
TempLookAt string
objectInSlot string
pressedDown bool

Méthodes publiques

Méthode Description
ClickEvent ( int ptrID ) : void
GetGameObjectInteraction ( ) : ObjectInteraction,
GetObjectID ( ) : int
NPCSlotClick ( ) : void
OnClick ( BaseEventData evnt ) : void
PlayerSlotLeftClick ( ) : void
PlayerSlotRightClick ( ) : void
Start ( ) : void
clear ( ) : void
isSelected ( ) : bool

Private Methods

Méthode Description
ClearTempLookAt ( ) : IEnumerator
Update ( ) : void

Method Details

ClickEvent() public méthode

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

GetGameObjectInteraction() public méthode

public GetGameObjectInteraction ( ) : ObjectInteraction,
Résultat ObjectInteraction,

GetObjectID() public méthode

public GetObjectID ( ) : int
Résultat int

NPCSlotClick() public méthode

public NPCSlotClick ( ) : void
Résultat void

OnClick() public méthode

public OnClick ( BaseEventData evnt ) : void
evnt UnityEngine.EventSystems.BaseEventData
Résultat void

PlayerSlotLeftClick() public méthode

public PlayerSlotLeftClick ( ) : void
Résultat void

PlayerSlotRightClick() public méthode

public PlayerSlotRightClick ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

clear() public méthode

public clear ( ) : void
Résultat void

isSelected() public méthode

public isSelected ( ) : bool
Résultat bool

Property Details

Hovering public_oe property

public bool Hovering
Résultat bool

Indicator public_oe property

public RawImage,UnityEngine.UI Indicator
Résultat UnityEngine.UI.RawImage

Locked public_oe static_oe property

Stop the player from taking items out of the tradeslots
public static bool Locked
Résultat bool

LookingAt public_oe static_oe property

public static bool LookingAt
Résultat bool

PlayerSlot public_oe property

public bool PlayerSlot
Résultat bool

Quantity public_oe property

public Text Quantity
Résultat Text

Selected public_oe property

public bool Selected
Résultat bool

SlotImage public_oe property

public RawImage,UnityEngine.UI SlotImage
Résultat UnityEngine.UI.RawImage

SlotNo public_oe property

public int SlotNo
Résultat int

TempLookAt public_oe static_oe property

public static string TempLookAt
Résultat string

objectInSlot public_oe property

public string objectInSlot
Résultat string

pressedDown public_oe property

public bool pressedDown
Résultat bool