ControllerState.

SetLayerWeight(int, float) Method

Summary

Sets the weight of the layer at the specified index.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ControllerState

Syntax

public void SetLayerWeight(int layerIndex, float weight)

Parameters

Name Type Description
layerIndex int
weight float

Return Value

Type Description
void