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;[Color(float r,float g,float b)]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;[Color(float r,float g,float b)]Last updated