Summary
Sets the name of the event at the specified `index`.
- Assembly
- Animancer
.dll - Namespace
- Animancer
- Containing Type
- AnimancerEvent
.Sequence
Syntax
public void SetName(int index, StringReference name)
Remarks
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
.
Parameters
Name | Type | Description |
---|---|---|
index | int | |
name | StringReference |
Return Value
Type | Description |
---|---|
void |