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

VFXExpressionValues.GetVector4

切换到手册
public Vector4 GetVector4 (int nameID);
public Vector4 GetVector4 (string name);

参数

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

描述

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