AnimancerEvent.Sequence.

AnimancerEvent.

Remove(AnimancerEvent) Method

Summary

[Pro-Only] Removes the `animancerEvent` from this sequence by decrementing the Animancer.AnimancerEvent.Sequence.Count and copying all events after the removed one down one place. Returns true if the event was found and removed.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public bool Remove(AnimancerEvent animancerEvent)

Parameters

Name Type Description
animancerEvent AnimancerEvent

Return Value

Type Description
bool