Class NormalizedMixerNode
A Custom Animation Mixer that normalizes the input weights, and output the summed output weight, or 1, whichever is smaller.
This is used by DOTS Timeline to handle auto promotion of weights from un-normalized weighted clips.
Inheritance
NormalizedMixerNode
Inherited Members
Unity.DataFlowGraph.NodeDefinition.VirtualTable
Unity.DataFlowGraph.NodeDefinition.BaseTraits
Unity.DataFlowGraph.NodeDefinition.SimulationStorageTraits
Unity.DataFlowGraph.NodeDefinition.KernelStorageTraits
Namespace: Unity.Timeline.Animation
Syntax
public class NormalizedMixerNode : SimulationKernelNodeDefinition<NormalizedMixerNode.SimPorts, NormalizedMixerNode.KernelDefs>