AnimancerEvent.Sequence.

AnimancerEvent.

Remove(string) Method

Summary

[Pro-Only] Removes the event with the specified `name` 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(string name)

Parameters

Name Type Description
name string

Return Value

Type Description
bool