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

VisualEffect.SetBool

Cambiar al Manual
public void SetBool (int nameID, bool b);
public void SetBool (string name, bool b);

Parámetros

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

Descripción

Sets the value for a named boolean.

Automatically changes overridden state for this property to true.