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

VFXEventAttribute.GetInt

Cambiar al Manual
public int GetInt (int nameID);
public int GetInt (string name);

Parámetros

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

Valor de retorno

int The stored integer value (or 0 if VFXEventAttribute.HasInt returns false).

Descripción

Gets a named stored integer.