Version: 5.3 (switch to 5.4b)
IdiomaEnglish
  • C#
  • JS

Idioma de script

Selecciona tu lenguaje de programación favorito. Todos los fragmentos de código serán mostrados en este lenguaje.

AnimatorStateInfo

struct in UnityEngine

Sugiere un cambio

¡Éxito!

Gracias por ayudarnos a mejorar la calidad de la documentación de Unity. A pesar de que no podemos aceptar todas las sugerencias, leemos cada cambio propuesto por nuestros usuarios y actualizaremos los que sean aplicables.

Cerrar

No se puedo enviar

Por alguna razón su cambio sugerido no pudo ser enviado. Por favor <a>intente nuevamente</a> en unos minutos. Gracias por tomarse un tiempo para ayudarnos a mejorar la calidad de la documentación de Unity.

Cerrar

Cancelar

Cambiar al Manual

Descripción

Information about the current or next state.

Variables

fullPathHashThe full path hash for this state.
lengthDuración actual del estado.
loopIs the state looping.
normalizedTimeNormalized time of the State.
shortNameHashThe hash is generated using Animator::StringToHash. The string to pass doest not include the parent layer's name.
speedThe playback speed of the animation. 1 is the normal playback speed.
speedMultiplierThe speed multiplier for this state.
tagHashThe Tag of the State.

Funciones Públicas

IsNameDoes name match the name of the active state in the statemachine?
IsTagDoes tag match the tag of the active state in the statemachine.