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

VisualEffect.GetBool

Cambiar al Manual
public bool GetBool (int nameID);
public bool GetBool (string name);

Parámetros

nameIDEl ID del nombre de la propiedad recuperada por Shader.PropertyToID.
nameEl nombre de una propiedad.

Valor de retorno

bool The exposed boolean value (or false if VisualEffect.HasBool returns false).

Descripción

Get a named exposed boolean.