|
Battle Talent
V11
|
Inherits MonoBehaviour.
Inherited by CrossLink.AICommandToggle.
Public Member Functions | |
| virtual bool | IsAlreadyToggled () |
| void | ClearToggleState () |
| virtual void | Toggle (bool t) |
Public Attributes | |
| int | toggleHandIndex = RagdollBoneInfo.RIGHT_HAND |
| SoundEffectInfo | toggleSound |
| Transform | trans |
Protected Member Functions | |
| void | Awake () |
| void | OnEnable () |
| void | OnDisable () |
| virtual bool | CheckToggleHand (PhysicsHand ph) |
Protected Attributes | |
| int | showupActId = -1 |
| bool | toggled = false |
| int | togglingActId = -1 |
| float | toggleTime = -1 |
| PhysicsHand | toggledHand |
Events | |
| System.Action< bool > | ToggleEvent |