Battle Talent  V11
Classes | Public Member Functions | Public Attributes | Protected Attributes | Events | List of all members
CrossLink.ArrowPuller Class Reference

Inherits MonoBehaviour.

Public Member Functions

InteractHand GetPullingHand ()
 
void OnUngrabedUpdate ()
 
void OnUngrabedExit ()
 
void OnIdleEnter ()
 
void OnIdleUpdate ()
 
void OnIdleExit ()
 
void OnReadyToPullEnter ()
 
void OnReadyToPullUpdate ()
 
void OnReadyToPullExit ()
 
void OnPullingEnter ()
 
void OnPullingUpdate ()
 
void OnPullingExit ()
 
void OnReleasedEnter ()
 
void OnReleasedUpdate ()
 
void OnReleasedExit ()
 
void OnCanceledEnter ()
 
void OnCanceledUpdate ()
 
void OnCanceledExit ()
 
void OnGrab (AttachObj a, bool g)
 
void OnHandEnter (InteractHand hand)
 
void OnHandExit (InteractHand hand)
 
void OnHandLeave ()
 
void ClientStartPull (InteractHand hand)
 
void NetworkSyncPullingHand (int stateId, InteractHand hand)
 
void UpdateNetworkSyncState ()
 
void ApplyNetworkState (int netStateID, ArrowPullerState state)
 
void NetworkSyncState (int netStateID, ArrowPullerState state)
 

Public Attributes

InteractBase interact
 
Transform rope
 
Transform shootTrans
 
AttachObj attach
 
float pullMaxDis = 0.3f
 
float pullHandSpring = 1000
 
float pullHandDamper = 100
 
float holdHandSpring = 80000
 
float holdHandRotSpring = 1200
 
float holdHandRotDamper = 50
 
SoundEffectInfo pullArrowSound
 
SoundEffectInfo shootArrowSound
 
SoundEffectInfo cancelArrowSound
 
SoundEffectInfo spawnArrowSound
 
Network.NetworkBowBaseState bowState
 

Protected Attributes

bool isOnline = false
 

Events

System.Action< InteractBasePutWeaponEvent
 
System.Action PutArrowEvent
 
System.Action< AttachObj, float > ReleaseEvent
 
System.Action ReleaseEndEvent
 
System.Action CancelEvent
 
System.Action PullingUpdateEvent