This is the old Animancer v7.4 documentation. Click here for the latest version.

LinearMixerTransition Class

Summary

A serializable Animancer.ITransition which can create a particular type of Animancer.AnimancerState when passed into Animancer.AnimancerPlayable.Play(Animancer.ITransition).
LinearMixerTransition
MixerTransition
ManualMixerTransition
AnimancerTransition
Object
ICopyable>
ICopyable>
ICopyable>
ITransition
ICopyable

Syntax

[Serializable]
public class LinearMixerTransition : MixerTransition<LinearMixerState, float>, ITransitionDetailed, 
    ITransitionWithEvents, IHasEvents, ICopyable<AnimancerTransition<LinearMixerState>>, IMotion, 
    IAnimationClipCollection, ICopyable<ManualMixerTransition<LinearMixerState>>, 
    ICopyable<MixerTransition<LinearMixerState, float>>, LinearMixerState.ITransition, 
    ITransition<LinearMixerState>, ITransition, IHasKey, IPolymorphic, 
    ICopyable<LinearMixerTransition>

Remarks

Documentation: Transitions

Attributes

Type Description
SerializableAttribute

Properties

Name Value Summary
ExtrapolateSpeed bool
[UnityEngine.SerializeField] Should setting the Animancer.MixerState`1.Parameter above the highest threshold increase the Animancer.AnimancerNode.Speed of the mixer proportionally?
IsValid bool
Are all Animancer.ManualMixerTransition`1.Animations assigned and Animancer.MixerTransition`2.Thresholds unique and sorted in ascending order?

Methods

Name Value Summary
Apply(AnimancerState) void
Called by Animancer.AnimancerPlayable.Play(Animancer.ITransition) to apply any modifications to the `state`.
CopyFrom(LinearMixerTransition) void
Copies the contents of `copyFrom` into this object, replacing its previous contents.
CreateState() LinearMixerState
Creates and returns a new TState.
SortByThresholds() void
Sorts all states so that their thresholds go from lowest to highest.