AnimancerEvent.Sequence.

AnimancerEvent.

CopyTo(AnimancerEvent[], int) Method

Summary

[System.Collections.Generic.ICollection`1] [Pro-Only] Copies all the events from this sequence into the `array`, starting at the `index`.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public void CopyTo(AnimancerEvent[] array, int index)

Parameters

Name Type Description
array AnimancerEvent[]
index int

Return Value

Type Description
void