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

VisualEffect.GetVector3

切换到手册
public Vector3 GetVector3 (int nameID);
public Vector3 GetVector3 (string name);

参数

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

返回

Vector3 公开的 Vector3 值(如果 VisualEffect.HasVector3 返回 false,则为 Vector3.zero)。

描述

获取指定的公开 Vector3。