Version: 2022.2
言語: 日本語
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 int you specify. Returns 0 if VFXEventAttribute.HasUint returns false.

説明

Use this method to get the value of a named unsigned integer property from the VFXEventAttribute.