ManualMixerState.

AddRange(IList<Object>) Method

Summary

Calls Animancer.ManualMixerState.Add(System.Object) for each of the `children`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
ManualMixerState

Syntax

public void AddRange(IList<Object> children)

Parameters

Name Type Description
children IList<Object>

Return Value

Type Description
void