Version: 5.4
Experimental: this API is experimental and might be changed or removed in the future.

IAnimatorControllerPlayable.SetFloat

Cambiar al Manual
public void SetFloat (string name, float value);
public void SetFloat (int id, float value);

Parámetros

name The name of the parameter.
value El nuevo valor para el parámetro.
id El id del parámetro. El id es generado utilizando Animator::StringToHash.

Descripción

Sets the value of a float parameter.