ManualMixerState.

InitializeSynchronizedChildren(bool[]) Method

Summary

Initializes the internal Animancer.ManualMixerState.SynchronizedChildren list.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

public void InitializeSynchronizedChildren(params bool[] synchronizeChildren)

Remarks

The array can be null or empty. Any elements not in the array will be treated as true.

This method can only be called before any Animancer.ManualMixerState.SynchronizedChildren are added and also before this mixer is made the child of another mixer.

Parameters

Name Type Description
synchronizeChildren bool[]

Return Value

Type Description
void