public bool GetBool (int nameID);
public bool GetBool (string name);

Parámetros

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

Valor de retorno

bool The value for the bool you specify. Returns false if VisualEffect.HasBool returns false.

Descripción

Gets the value of a named bool property