ManualMixerState.

Synchronize(AnimancerState) Method

Summary

Adds the `state` to the Animancer.ManualMixerState.SynchronizedChildren.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

public void Synchronize(AnimancerState state)

Remarks

The `state` must be a child of this mixer.

If this mixer is a child of another mixer, the `state` will be added to the parent's Animancer.ManualMixerState.SynchronizedChildren instead.

Parameters

Name Type Description
state AnimancerState

Return Value

Type Description
void