Version: 2019.4
LanguageEnglish
  • C#

ShaderPropertyFlags.MainColor

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Signifies that value of this property contains the main color of the Material.

This flag corresponds to the [MainColor] ShaderLab Properties attribute.

By default, Unity considers a color with the property name name "_Color" to be the main color. Use the [MainColor] ShaderLab Properties attribute to make Unity consider a color with a different property name to be the main color.

See Also: Material.color, ShaderLab: Properties, ShaderPropertyFlags.MainTexture.