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

VisualEffect.SetGradient

매뉴얼로 전환
public void SetGradient (int nameID, Gradient g);
public void SetGradient (string name, Gradient g);

파라미터

nameIDThe name ID of the property retrieved by Shader.PropertyToID.
nameThe name of the property.
gThe new gradient value.

설명

Sets a named gradient value.

Automatically changes overridden state for this property to true.