Battle Talent
V11
|
Inherits MonoBehaviour.
Public Member Functions | |
InteractHand | GetPullingHand () |
Public Attributes | |
InteractBase | interact |
Transform | rope |
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 |
Events | |
System.Action< InteractBase > | PutWeaponEvent |
System.Action< AttachObj > | PutEvent |
System.Action< AttachObj, float > | MoveEvent |
System.Action< AttachObj, float > | ReleaseEvent |
System.Action | CancelEvent |