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

VisualEffect.GetGradient

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

パラメーター

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

戻り値

Gradient The exposed gradient value (or empty gradient if VisualEffect.HasGradient returns false).

説明

Gets a named exposed gradient.