TimeStone.

SetPlaybackTime(float, bool) Method

Summary

Set playback time. Playback is based on playbackTickCursor, so the tick index value is deducted using GetTickIndexAtTime(float)

Syntax

public void SetPlaybackTime(float time, bool updateAddTickCursor = true)

Parameters

Name Type Description
time float
updateAddTickCursor bool

Return Value

Type Description
void