public bool GetFloat (string name, out float value);

Parámetros

nameName of exposed parameter.
valueReturn value of exposed parameter.

Valor de retorno

bool Returns false if the exposed parameter specified doesn't exist.

Descripción

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.