Version: 2022.3
言語: 日本語
public Color GetColor (string name);
public Color GetColor (int nameID);

パラメーター

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

説明

Get a color from the property block.

Returns (0, 0, 0, 0) if not found. If the value is previously set using SetColor, the returned value is converted from the currently active color space back to the sRGB color space.

See Also: GetVector, SetVector, SetColor.