AudioMixer.GetFloat
public bool GetFloat(string name,
out float value);
Parameters
| name | Name of exposed parameter. | |
| value | Return value of exposed parameter. |
Returns
bool Returns false if the exposed parameter specified doesn't exist.
Description 描述
Returns the value of the exposed parameter specified. If the parameter doesn't exist the function returns false. Prior to calling SetFloat and after ClearFloat has been called on this parameter the value returned will be that of the current snapshot or snapshot transition.