Assembly
Namespace
CarterGames.AudioManager.Runtime
CarterGames.Assets.AudioManager
Methods
Hashtable AudioArgs
public Hashtable AudioArgs(params object[] args);
Returns Hashtable
Generates a hashtable with the parameters you enter to save a few lines of code and make the system easier to use.
var args = ArgsContainer.AudioArgs("position", Vector3.zero, "time", .1f, "pitch", .8f);