AudioPlayableOutput
struct in UnityEngine.Audio
/
Implemented in:UnityEngine.AudioModule
Implements interfaces:IPlayableOutput
Description 描述
A IPlayableOutput implementation that will be used to play audio.
NOTE: You can use PlayableOutputExtensions methods with AudioPlayableOutput objects.
Static Properties
| Null | Returns an invalid AudioPlayableOutput. |
Public Methods 公共方法
| GetEvaluateOnSeek | Gets the state of output playback when seeking. | ||
| SetEvaluateOnSeek | Controls whether the output should play when seeking. |
Static Methods 静态方法
| Create | Creates an AudioPlayableOutput in the PlayableGraph. |