Summary
Set playback time. Playback is based on
playbackTickCursor
, so the tick index value is
deducted using GetTickIndexAtTime(float)
- Namespace
- RedGirafeGames
.Agamotto .Scripts .Runtime - Containing Type
- TimeStone
Syntax
public void SetPlaybackTime(float time, bool updateAddTickCursor = true)
Parameters
Name | Type | Description |
---|---|---|
time | float | |
updateAddTickCursor | bool |
Return Value
Type | Description |
---|---|
void |