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

VisualEffect.SetGradient

Cambiar al Manual
public void SetGradient (int nameID, Gradient g);
public void SetGradient (string name, Gradient g);

Parámetros

nameIDEl ID del nombre de la propiedad recuperada por Shader.PropertyToID.
nameEl nombre de una propiedad.
gThe new gradient value.

Descripción

Sets a named gradient value.

Automatically changes overridden state for this property to true.