Legacy Documentation: Version 2018.2 (Go to current version)
LanguageEnglish
  • C#

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

stateNameThe state name.
stateNameHashThe state hash name. If statNameHash is 0, it changes the current state time.
layerThe layer index. If layer is -1, it plays the first state with the given state name or hash.
fixedTimeThe time offset (in seconds).

Description

Plays a state.

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