ManualMixerState.

NormalizeAndApplyWeights(float, float[]) Method

Summary

Divides `weights` by the `totalWeight` and applies them to the child states.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

public void NormalizeAndApplyWeights(float totalWeight, float[] weights)

Parameters

Name Type Description
totalWeight float
weights float[]

Return Value

Type Description
void