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

VFXEventAttribute.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 stored unsigned integer value (or 0 if VFXEventAttribute.HasUint returns false).

Descripción

Gets a named stored unsigned integer.