C# 클래스 TradeSlot, UnderworldExporter

상속: GuiBase
파일 보기 프로젝트 열기: hankmorgan/UnderworldExporter

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
ClickEvent ( int ptrID ) : void
GetGameObjectInteraction ( ) : ObjectInteraction,
GetObjectID ( ) : int
NPCSlotClick ( ) : void
OnClick ( BaseEventData evnt ) : void
PlayerSlotLeftClick ( ) : void
PlayerSlotRightClick ( ) : void
Start ( ) : void
clear ( ) : void
isSelected ( ) : bool

비공개 메소드들

메소드 설명
ClearTempLookAt ( ) : IEnumerator
Update ( ) : void

메소드 상세

ClickEvent() 공개 메소드

public ClickEvent ( int ptrID ) : void
ptrID int
리턴 void

GetGameObjectInteraction() 공개 메소드

public GetGameObjectInteraction ( ) : ObjectInteraction,
리턴 ObjectInteraction,

GetObjectID() 공개 메소드

public GetObjectID ( ) : int
리턴 int

NPCSlotClick() 공개 메소드

public NPCSlotClick ( ) : void
리턴 void

OnClick() 공개 메소드

public OnClick ( BaseEventData evnt ) : void
evnt UnityEngine.EventSystems.BaseEventData
리턴 void

PlayerSlotLeftClick() 공개 메소드

public PlayerSlotLeftClick ( ) : void
리턴 void

PlayerSlotRightClick() 공개 메소드

public PlayerSlotRightClick ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

clear() 공개 메소드

public clear ( ) : void
리턴 void

isSelected() 공개 메소드

public isSelected ( ) : bool
리턴 bool

프로퍼티 상세

Hovering 공개적으로 프로퍼티

public bool Hovering
리턴 bool

Indicator 공개적으로 프로퍼티

public RawImage,UnityEngine.UI Indicator
리턴 UnityEngine.UI.RawImage

Locked 공개적으로 정적으로 프로퍼티

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

LookingAt 공개적으로 정적으로 프로퍼티

public static bool LookingAt
리턴 bool

PlayerSlot 공개적으로 프로퍼티

public bool PlayerSlot
리턴 bool

Quantity 공개적으로 프로퍼티

public Text Quantity
리턴 Text

Selected 공개적으로 프로퍼티

public bool Selected
리턴 bool

SlotImage 공개적으로 프로퍼티

public RawImage,UnityEngine.UI SlotImage
리턴 UnityEngine.UI.RawImage

SlotNo 공개적으로 프로퍼티

public int SlotNo
리턴 int

TempLookAt 공개적으로 정적으로 프로퍼티

public static string TempLookAt
리턴 string

objectInSlot 공개적으로 프로퍼티

public string objectInSlot
리턴 string

pressedDown 공개적으로 프로퍼티

public bool pressedDown
리턴 bool