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

uint The value for the int you specify. Returns 0 if VFXEventAttribute.HasUint returns false.

Descripción

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