Summary
Divides the weight of all child states by the `totalWeight`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- ManualMixerState
Syntax
public void NormalizeAndApplyWeights(float totalWeight)
Remarks
If the `totalWeight` is equal to the total
Animancer.AnimancerNode.Weight
of all child states, then the
new total will become 1.
Parameters
Name | Type | Description |
---|---|---|
totalWeight | float |
Return Value
Type | Description |
---|---|
void |