Declaration
public static AudioSequence PrepareGroup(string request)
public static AudioSequence PrepareGroup(string request, params IEditModule[] edits)
public static AudioSequence PrepareGroup(string[] request, GroupPlayMode playMode, params IEditModule[] edits)
Parameters
string request |
The key for the group to be played. |
string request |
The key for the group to be played. |
params IEditModule[] edits |
An array of edits to apply to the clip. Is defines as params, so the elements do not needs to be in an array when defined. |
string[] request |
The clip names to use as a group. |
GroupPlayMode playMode |
The method in which the group should be played in. |
params IEditModule[] edits |
An array of edits to apply to the clip. Is defines as params, so the elements do not needs to be in an array when defined. |
Returns
AudioSequence
The audio sequence prepared for use with the entered parameters.
Description