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

VFXEventAttribute.GetBool

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

パラメーター

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

戻り値

bool The stored boolean value (or false if VFXEventAttribute.HasBool returns false).

説明

Gets a named stored boolean.