Version: 2020.2
言語: 日本語
public int GetInt (int nameID);
public int GetInt (string name);

パラメーター

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
name プロパティーの名前

戻り値

int The value for the integer you specify. Returns 0 if VisualEffect.HasInt returns false.

説明

Get a named exposed integer.