AnimancerEvent.Sequence.

AnimancerEvent.

SetName(int, string) Method

Summary

[Pro-Only] Sets the name of the event at the specified `index`. If the Animancer.AnimancerEvent.Sequence.Names did not previously include that `index` it will be resized with a size equal to the Animancer.AnimancerEvent.Sequence.Count.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerEvent.Sequence

Syntax

public void SetName(int index, string name)

Parameters

Name Type Description
index int
name string

Return Value

Type Description
void