Version: 2020.2
언어: 한국어
public bool GetFloat (string name, out float value);

파라미터

name Name of exposed parameter.
value Return value of exposed parameter.

반환

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

설명

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.