Version: 2018.4
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);

パラメーター

nameID Shader.PropertyToID によって検索されるプロパティーの nameID
nameプロパティーの名前

戻り値

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

説明

Gets a named stored unsigned integer.