ManualMixerState.

SynchronizedChildren Property

Summary

A copy of the internal list of child states that will have their times synchronized.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

public AnimancerState[] SynchronizedChildren { get; set; }

Remarks

If this mixer is a child of another mixer, its synchronized children will be managed by the parent.

The getter allocates a new array if Animancer.ManualMixerState.SynchronizedChildCount is greater than zero.

Value

Type Description
AnimancerState[]