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

VFXEventAttribute.GetUint

public uint GetUint(int nameID);
public uint GetUint(string name);

Parameters

nameIDThe name ID of the property retrieved by Shader.PropertyToID.
nameThe name of the property.

Returns

uint The stored unsigned integer value (or 0 if VFXEventAttribute.HasUint returns false).

Description

Gets a named stored unsigned integer.

Did you find this page useful? Please give it a rating: