C# Class TradeSlot, UnderworldExporter

Inheritance: GuiBase
ファイルを表示 Open project: hankmorgan/UnderworldExporter

Public Properties

Property 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

Public Methods

Method 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

Method Description
ClearTempLookAt ( ) : IEnumerator
Update ( ) : void

Method Details

ClickEvent() public method

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

GetGameObjectInteraction() public method

public GetGameObjectInteraction ( ) : ObjectInteraction,
return ObjectInteraction,

GetObjectID() public method

public GetObjectID ( ) : int
return int

NPCSlotClick() public method

public NPCSlotClick ( ) : void
return void

OnClick() public method

public OnClick ( BaseEventData evnt ) : void
evnt UnityEngine.EventSystems.BaseEventData
return void

PlayerSlotLeftClick() public method

public PlayerSlotLeftClick ( ) : void
return void

PlayerSlotRightClick() public method

public PlayerSlotRightClick ( ) : void
return void

Start() public method

public Start ( ) : void
return void

clear() public method

public clear ( ) : void
return void

isSelected() public method

public isSelected ( ) : bool
return bool

Property Details

Hovering public_oe property

public bool Hovering
return bool

Indicator public_oe property

public RawImage,UnityEngine.UI Indicator
return UnityEngine.UI.RawImage

Locked public_oe static_oe property

Stop the player from taking items out of the tradeslots
public static bool Locked
return bool

LookingAt public_oe static_oe property

public static bool LookingAt
return bool

PlayerSlot public_oe property

public bool PlayerSlot
return bool

Quantity public_oe property

public Text Quantity
return Text

Selected public_oe property

public bool Selected
return bool

SlotImage public_oe property

public RawImage,UnityEngine.UI SlotImage
return UnityEngine.UI.RawImage

SlotNo public_oe property

public int SlotNo
return int

TempLookAt public_oe static_oe property

public static string TempLookAt
return string

objectInSlot public_oe property

public string objectInSlot
return string

pressedDown public_oe property

public bool pressedDown
return bool