Color

Changes the color of a property. If the property already has a color, it will be replaced.

Applied on Properties

[Color(1f, 0.5f, 0.5f)]
public int importantValue;

Last updated