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

VFXEventAttribute.GetVector2

切换到手册
public Vector2 GetVector2 (int nameID);
public Vector2 GetVector2 (string name);

参数

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

返回

Vector2 存储的 Vector2(如果 VFXEventAttribute.HasVector2 返回 false,则为 Vector2.zero)。

描述

获取一个指定的存储 Vector2。