Battle Talent  V11
Classes | Public Types | Public Member Functions | Public Attributes | Properties | List of all members
CrossLink.WeaponDecomposition Class Reference

Inherits CrossLink.SceneObj.

Classes

struct  ActivateWeaponInfo
 
class  FloatingPartInfo
 

Public Types

enum class  State { IDLE , DECOMPOSING , PREPARED , FINISH }
 

Public Member Functions

void RpcStopDecomposition ()
 
void SwitchDecompositionButton (bool on)
 
void RpcSetCanDecomposition ()
 
void SetCanDecomposition ()
 
void StartDecomposition ()
 
void StopDecomposition ()
 
void SetlastInteractId (uint lastId)
 
void DoDecomposition ()
 
void RpcFinishDecomposition ()
 
void FinishDecomposition ()
 
void ButtonEmissionUpdate ()
 
void StopButtonEmission ()
 
void ShowRewards (int _price)
 
void CharacterEmission (bool on)
 
void TryCharacterEmission (bool on)
 

Public Attributes

int numOfUse = -1
 
List< ActivateWeaponInfoactivateWeapons = new List<ActivateWeaponInfo>()
 
TriggerByHandTracking handTrackingTrigger
 
Transform effectPoint
 
string decompositionEffect
 
string finishEffect
 
float decompositionEffectTime = 2
 
GazeObj gaze
 
Collider trigger
 
Renderer[] activeEmissions
 
Renderer[] characterEmissions
 
Color activateColor
 
Color waitingColor
 
float emissLv = 3
 
Transform[] trackPoints
 
TextMeshPro text
 
SoundEffectInfo touchBeginSound
 
SoundEffectInfo touchFinishSound
 
SoundEffectInfo decompositionEndSound
 
SoundEffectInfo dropSoulSound
 
NetworkIdentity identity
 
NetworkWeaponDecomposition networkBehaviour
 
List< FloatingPartInfofloatingList
 
float fragOpenTime = 0.3f
 
float fragCloseTime = 0.3f
 
float floatingRate = 0.5f
 
float floatingMinTime = 0.1f
 
float floatingMaxTime = 0.3f
 
float floatingMaxDis = 0.05f
 

Properties

int price [get, set]
 
bool canDecompose [get, set]
 

Additional Inherited Members