Method
Module.SetNormalizedTime(float, float, float)

Summary

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.