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

IAnimatorControllerPlayable.SetInteger

Cambiar al Manual
public void SetInteger (string name, int value);
public void SetInteger (int id, int 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 an integer parameter.