TimeStone.

RemoveData(int, int) Method

Summary

Remove timeLine's data from the stone. Cursors playbackTickCursor and addTickCursor are updates in consequence.

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