Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


SetEvaluateOnSeek(bool)

Controls whether the output should play when seeking.
Read time 1 minuteLast updated 12 days ago

Definition

public void SetEvaluateOnSeek(bool value)

Parameters

value

Set to true to play the output when seeking. Set to false to disable audio scrubbing on this output. Default is true.

Remarks