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

VisualEffect.SetVector4

Cambiar al Manual
public void SetVector4 (int nameID, Vector4 v);
public void SetVector4 (string name, Vector4 v);

Parámetros

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

Descripción

Sets a named Vector4 value.

Automatically changes overridden state for this property to true.