Class NormalizedMixerNode | DOTS Timeline | 0.4.0-preview.5
docs.unity3d.com
    Show / Hide Table of Contents

    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
    Object
    NormalizedMixerNode
    Namespace: Unity.Timeline.Animation
    Syntax
    public class NormalizedMixerNode : NodeDefinition<NormalizedMixerNode.Data, NormalizedMixerNode.SimPorts, NormalizedMixerNode.KernelData, NormalizedMixerNode.KernelDefs, NormalizedMixerNode.Kernel>, IMsgHandler<Rig>

    Methods

    HandleMessage(MessageContext, Rig)

    Declaration
    public void HandleMessage(in MessageContext ctx, in Rig rig)
    Parameters
    Type Name Description
    MessageContext ctx
    Rig rig

    Init(InitContext)

    Declaration
    protected override void Init(InitContext ctx)
    Parameters
    Type Name Description
    InitContext ctx
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023