Version: 2022.3
言語: 日本語
public Vector4 GetVector (string name);
public Vector4 GetVector (int nameID);

パラメーター

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

説明

プロパティーブロックから vector を取得します。

Returns zero vector if not found. If the value is previously set using SetColor, the returned vector value is the sRGB color value converted for the active color space.

See Also: GetColor, SetVector, SetColor.