Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Animator.PlayInFixedTime

Switch to Manual
public void PlayInFixedTime(string stateName, int layer = -1, float fixedTime = float.NegativeInfinity);
public void PlayInFixedTime(int stateNameHash, int layer = -1, float fixedTime = float.NegativeInfinity);

Parameters

stateName The state name.
stateNameHash The state hash name. If statNameHash is 0, it changes the current state time.
layer The layer index. If layer is -1, it plays the first state with the given state name or hash.
fixedTime The time offset (in seconds).

Description

Plays a state.

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