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

VFXEventAttribute.GetFloat

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

参数

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

返回

float 存储的浮点值(如果 VFXEventAttribute.HasFloat 返回 false,则为 0.0f)。

描述

获取一个指定的存储浮点值。