Method | Description | |
---|---|---|
ClearDefinitions ( ) : void | ||
EffectExists ( string name ) : bool | ||
GetEffectList ( ) : string[] | ||
GetEffectParameters ( string effect ) : UnityEditor.Audio.MixerParameterDefinition[] | ||
Refresh ( ) : void | ||
RegisterAudioMixerEffect ( string name, |
Method | Description | |
---|---|---|
AddDefinitionRuntime ( string name, |
||
ClearDefinitionsRuntime ( ) : void | ||
EffectCanBeSidechainTarget ( |
||
GetAudioEffectNames ( ) : string[] | ||
GetAudioEffectParameterDesc ( string effectName ) : UnityEditor.Audio.MixerParameterDefinition[] |
public static EffectExists ( string name ) : bool | ||
name | string | |
return | bool |
public static GetEffectParameters ( string effect ) : UnityEditor.Audio.MixerParameterDefinition[] | ||
effect | string | |
return | UnityEditor.Audio.MixerParameterDefinition[] |
public static RegisterAudioMixerEffect ( string name, |
||
name | string | |
definitions | ||
return | bool |