public int GetInt (int nameID);
public int GetInt (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

int The value for the integer you specify. Returns 0 if VFXEventAttribute.HasInt returns false.

Descripción

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