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

VisualEffect.GetUInt

Cambiar al Manual
public uint GetUInt (int nameID);
public uint GetUInt (string name);

Parámetros

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

Valor de retorno

uint The exposed unsigned integer value (or 0 if VisualEffect.HasUInt returns false).

Descripción

Get named exposed unsigned integer.