Animator.SetInteger

function SetInteger (name : String, value : int) : void

Parameters

NameDescription
name The name of the parameter
value the new value for the parameter

Description

Sets the value of an integer parameter

function SetInteger (id : int, value : int) : void

Parameters

NameDescription
id The id of the parameter. The id is generated using Animator::StringToHash
value The new value for the parameter

Description

Sets the value of an integer parameter