Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Animator.SetLayerWeight

Switch to Manual
SetLayerWeight(layerIndex: int, weight: float): void;
void SetLayerWeight(int layerIndex, float weight);
def SetLayerWeight(layerIndex as int, weight as float) as void

Parameters

layerIndexThe layer's index.
weightThe weight of the layer.

Description

Sets the layer's current weight.