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

VisualEffect.GetInt

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

パラメーター

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

戻り値

int The exposed integer value (or 0 if VisualEffect.HasInt returns false).

説明

Get named exposed integer.