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 unsigned integer you specify. Returns 0 if VisualEffect.HasUInt returns false.

Descripción

Gets the value of a named unsigned integer property