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

VFXEventAttribute.GetInt

マニュアルに切り替える
public int GetInt (int nameID);
public int GetInt (string name);

パラメーター

nameID Shader.PropertyToID によって検索されるプロパティーの nameID
nameプロパティーの名前

戻り値

int The stored integer value (or 0 if VFXEventAttribute.HasInt returns false).

説明

Gets a named stored integer.