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

Parámetros

nameIDThe ID of the property. This is the same ID that Shader.PropertyToID returns.
nameEl nombre de una propiedad.
bThe new boolean value.

Descripción

The new bool value.

Automatically changes overridden state for this property to true.