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

VisualEffect.GetUInt

マニュアルに切り替える
public uint GetUInt (int nameID);
public uint GetUInt (string name);

パラメーター

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

戻り値

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

説明

Get named exposed unsigned integer.