Battle Talent  V11
Classes | Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
CrossLink.DungeonShop Class Reference

Inherits CrossLink.SceneObj.

Classes

class  ShopDialogInfo
 

Public Member Functions

void RefleshConfig ()
 
void RefleshConfigWithAnim ()
 
override void InitFromDungen (TileBase t)
 
void RefleshDungeonShopItems ()
 
void OnGrabMerchandise (MerchandiseGrid mg, AttachObj a, bool g)
 
void TryToPay ()
 
bool IsSoldOut ()
 
void DialogOnArea (bool isNear)
 
void ShowHUD (string textId)
 
void HideHUD ()
 
void DialogOnBeaten ()
 
void DialogWithLines (List< ShopDialogInfo > lines)
 
void DialogOnReflesh ()
 
void DialogOnRefleshRunOut ()
 
void Clear ()
 

Static Public Member Functions

static void ClearMerchandise (PhysicsUnit pu)
 

Public Attributes

string merchantInfoStr
 
GazeObj gaze
 
Merchant merchant
 
GameObject bell
 
GameObject priceboardPrefab
 
Transform layoutTrans
 
TriggerByBase payTrigger
 
SoundEffectInfo paySound
 
float spaceOfRow = 0.2f
 
float spaceOfColumn = 0.2f
 
int numOfRow = 3
 
Transform dialogTrans
 
List< ShopDialogInfosoldLines
 
List< ShopDialogInforefleshLines
 
List< ShopDialogInforefleshRunOutLines
 
List< ShopDialogInfonotEnoughLines
 
List< ShopDialogInfosoldOutLines
 
ShopDialogInfo beatenLines
 
List< ShopDialogInfonearLines
 
List< ShopDialogInfofarLines
 
int resetDialogTime = 5
 

Additional Inherited Members