Method
UnituneSource.TryCreateAudioClip(Module)

Summary

Syntax

public bool TryCreateAudioClip(out Module module)

Parameters

Name Type Description
module Module The module created during the audio clip generation process. Be sure to call Dispose() of it when you are done using it.

Return Value

Type Description
bool True if the AudioClip was successfully created.