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

VisualEffect.SetFloat

Cambiar al Manual
public void SetFloat (int nameID, float f);
public void SetFloat (string name, float f);

Parámetros

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

Descripción

Sets the value for a named float.

Automatically changes overridden state for this property to true.