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

VFXEventAttribute.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 stored boolean value (or false if VFXEventAttribute.HasBool returns false).

Descripción

Gets a named stored boolean.