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

[Color(1f, 0.5f, 0.5f)]
public int importantValue;
Last updated
Changes the color of a property. If the property already has a color, it will be replaced.
[Color(1f, 0.5f, 0.5f)]
public int importantValue;
Last updated