Version: 2019.1
Experimental: this API is experimental and might be changed or removed in the future.

VisualEffect.SetFloat

マニュアルに切り替える
public void SetFloat (int nameID, float f);
public void SetFloat (string name, float f);

パラメーター

nameID Shader.PropertyToID によって検索されるプロパティーの nameID
nameプロパティーの名前
fThe new float value.

説明

Sets the value for a named float.

Automatically changes overridden state for this property to true.