Version: 2017.3
public float GetFloat (string name);
public float GetFloat (int id);

Parámetros

name The parameter name.
id The parameter ID.

Valor de retorno

float The value of the parameter.

Descripción

Returns the value of the given float parameter.

If the float parameter you specify doesn't exist, the float returns as 0.