Summary
Remove timeLine's data from the stone.
Cursors
playbackTickCursor
and addTickCursor
are updates in consequence.
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime - Containing Type
- TimeStone
Syntax
public void RemoveData(int tickFrom, int tickTo)
Parameters
Name | Type | Description |
---|---|---|
tickFrom | int | The start tick index |
tickTo | int | The end tick index |
Return Value
Type | Description |
---|---|
void |