Version: 2022.1
언어: 한국어
public bool SetFloat (string name, float value);

파라미터

name Name of exposed parameter.
value New value of exposed parameter.

반환

bool Returns false if the exposed parameter was not found or snapshots are currently being edited.

설명

Sets the value of the exposed parameter specified. When a parameter is exposed, it is not controlled by mixer snapshots. You can only change the parameter with this function.

Note: Calling this function in MonoBehaviour.Awake will result in unexpected behavior. Use MonoBehaviour.Start instead.