AnimancerEvent.Sequence.

AnimancerEvent.

AddRange(IEnumerable<AnimancerEvent>) Method

Summary

[Pro-Only] Adds every event in the `enumerable` to this sequence. The Animancer.AnimancerEvent.Sequence.Count is increased by one and if required, the Animancer.AnimancerEvent.Sequence.Capacity is doubled to fit the new event.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public void AddRange(IEnumerable<AnimancerEvent> enumerable)

Parameters

Name Type Description
enumerable IEnumerable<AnimancerEvent>

Return Value

Type Description
void

See Also

  • Animancer.OptionalWarning.DuplicateEvent