Version: 2020.2
언어: 한국어
public float GetFloat (string name);
public float GetFloat (int id);

파라미터

name The parameter name.
id The parameter ID.

반환

float The value of the parameter.

설명

Returns the value of the given float parameter.

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