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

VFXEventAttribute.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 a named float value.