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 检索的属性的名称 ID。
name属性的名称。
f新的浮点值。

描述

设置指定的浮点值。