Summary
Set the playback position of the module based on a normalized time,
starting from a normalized time of the full duration and within a normalized duration.
That normalized duration corresponds to a portion of the full song.
Syntax
public void SetNormalizedTime(float normalizedTime, float normalizedFrom, float normalizedDuration)
Parameters
Name | Type | Description |
---|---|---|
normalizedTime | float | A value between 0 and 1 representing the playback position as a fraction of the song section duration. |
normalizedFrom | float | A value between 0 and 1 representing the starting position from the full song's duration. |
normalizedDuration | float | A value between 0 and 1 representing a section of the full song. |