Summary
Sets the playback position of the module based on a normalized time value.
Syntax
public void SetNormalizedTime(float normalizedTime)
Parameters
Name | Type | Description |
---|---|---|
normalizedTime | float | A value between 0 and 1 representing the playback position as a fraction of the total duration. |