AnimancerEvent.Sequence.

AnimancerEvent.

Remove(int) Method

Summary

[Pro-Only] Removes the event at the specified `index` from this sequence by decrementing the Animancer.AnimancerEvent.Sequence.Count and copying all events after the removed one down one place.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public void Remove(int index)

Parameters

Name Type Description
index int

Return Value

Type Description
void