Battle Talent  V11
Public Types | Public Member Functions | Public Attributes | Protected Member Functions | List of all members
CrossLink.ItemSpawnHub Class Reference

Inherits CrossLink.SceneObj.

Public Types

enum class  ItemType { Soul , Weapon }
 

Public Member Functions

override void InitFromDungen (TileBase t)
 
void InitDropData ()
 
override void SetLodLevel (LodLevel l)
 
void OpenHub ()
 
void PlayOpenEffect ()
 
override string OutputInfo ()
 
void DropWeapon ()
 
void OpenCover ()
 
void RecordIB (uint netId, bool isAdd)
 
void DropSoulToClosetPlayer ()
 
void DropSoul (uint? netId=null)
 
void RequestHubInfo (int playerId)
 
void ReleasePendants ()
 

Public Attributes

NetworkItemSpawnHub networkItemSpawnHub
 
string itemInfoStr
 
ItemType itemType = ItemType.Weapon
 
int spawnCount = 4
 
float spawnSpace = 0.3f
 
Transform spawnPoint
 
ConfigurableJoint treasureJoint
 
SoundEffectInfo dropSound
 
SoundEffectInfo itemSound
 
SoundEffectInfo openSound
 
bool isPlaySound = true
 
string openEffectName = "HubOpen"
 
bool openAtStart = false
 

Protected Member Functions

new void Awake ()
 

Additional Inherited Members