(Initial driver page.) |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 11: | Line 11: | ||
| '''Supports Dynamic Rebinding''' || Yes | | '''Supports Dynamic Rebinding''' || Yes | ||
|- | |- | ||
| '''Network Sync''' || | | '''Network Sync''' || Triggers on all Clients, does not sync to new joiners | ||
|- | |- | ||
|} | |} | ||
Line 20: | Line 20: | ||
! Name !! Type !! Usage | ! Name !! Type !! Usage | ||
|- | |- | ||
| Anim || Animator || The Animator to target when Firing | | Anim || Animator || The Animator to target when Firing. | ||
|- | |- | ||
| TriggerName || string || The name of the Trigger to activate on Anim | | TriggerName || string || The name of the Trigger to activate on Anim. | ||
|- | |- | ||
| ResetTime || float || How long to wait before this Driver can be fired again | | ResetTime || float || How long to wait before this Driver can be fired again. | ||
|} | |} |
Latest revision as of 04:52, 14 February 2024
VTIAnimTrigger is a VTI Driver that will call Animator.SetTrigger(TriggerName)
when fired.
Supports User Messaging | No |
Supports Dynamic Rebinding | Yes |
Network Sync | Triggers on all Clients, does not sync to new joiners |
Name | Type | Usage |
---|---|---|
Anim | Animator | The Animator to target when Firing. |
TriggerName | string | The name of the Trigger to activate on Anim. |
ResetTime | float | How long to wait before this Driver can be fired again. |