AnimancerEvent.Sequence.

AnimancerEvent.

AddRange(IEnumerable<AnimancerEvent>) Method

Summary

[Pro-Only] Adds every event in the `enumerable` to this sequence using Animancer.AnimancerEvent.Sequence.Add(Animancer.AnimancerEvent).
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void AddRange(IEnumerable<AnimancerEvent> enumerable)

Attributes

Type Description
MethodImplAttribute

Parameters

Name Type Description
enumerable IEnumerable<AnimancerEvent>

Return Value

Type Description
void