when
Content position at which the seek takes effect. Null applies the seek immediately.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: UnityEngine.Audio
- Assembly: UnityEngine.AudioModule
public DiscreteTime? when { get; }
Remarks
An AudioClip generator applies seeks in send order, and drops a seek with a warning when playback has already passed its position by the time that seek becomes the next one due. A custom generator defines its own seek handling. For the full scheduling rules, refer to SeekMessage.