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

VisualEffect.GetBool

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

パラメーター

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

戻り値

bool The exposed boolean value (or false if VisualEffect.HasBool returns false).

説明

Get a named exposed boolean.