VTIAnimTrigger: Difference between revisions

From WaffleSlapper's Project Wiki
(Initial driver page.)
 
mNo edit summary
Line 11: Line 11:
| '''Supports Dynamic Rebinding''' || Yes
| '''Supports Dynamic Rebinding''' || Yes
|-
|-
| '''Network Sync''' || Does not sync for new joiners
| '''Network Sync''' || Triggers on all Clients, does not sync to new joiners
|-
|-
|}
|}

Revision as of 04:45, 14 February 2024


VTIAnimTrigger is a VTI Driver that will call Animator.SetTrigger(TriggerName) when fired.

Driver Capabilities
Supports User Messaging No
Supports Dynamic Rebinding Yes
Network Sync Triggers on all Clients, does not sync to new joiners
Inputs
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