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

VFXExpressionValues.GetFloat

切换到手册
public float GetFloat (int nameID);
public float GetFloat (string name);

参数

nameID通过 Shader.PropertyToID 检索的属性的名称 ID。
name属性的名称。

描述

返回与绑定的指定表达式对应的浮点值。如果此条目不可用,或者类型不匹配,则会抛出异常。