Version: 2018.3 (switch to 2019.1)
LanguageEnglish
  • C#
Method group is Obsolete

NetworkAnimator.SetTrigger

Obsolete public void SetTrigger(string triggerName);
Obsolete public void SetTrigger(int hash);

Parameters

nameName of trigger.
hashHash id of trigger (from the Animator).

Description

Causes an animation trigger to be invoked for a networked object.

If local authority is set, and this is called from the client, then the trigger will be invoked on the server and all clients. If not, then this is called on the server, and the trigger will be called on all clients.

Did you find this page useful? Please give it a rating: