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 VFXEventAttribute.HasBool returns false.

Descripción

Use this method to get the value of a named bool property from the VFXEventAttribute.