Version: 2021.3
言語: 日本語
public uint GetUInt (int nameID);
public uint GetUInt (string name);

パラメーター

nameID The ID of the property. This is the same ID that Shader.PropertyToID returns.
name プロパティーの名前

戻り値

uint The value for the unsigned integer you specify. Returns 0 if VisualEffect.HasUInt returns false.

説明

Gets the value of a named unsigned integer property.