Animator.SetBool

function SetBool (name : String, value : boolean) : void

Parameters

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

Description

Sets the value of a bool parameter

function SetBool (id : int, value : boolean) : 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 a bool parameter