BackgroundColor
Changes the background color of a property. If the property already has a background color, it will be replaced.
Applied on Properties

[BackgroundColor(0.2f, 0.2f, 0.3f)]
public int testWithBackgroundColor;
Last updated
Changes the background color of a property. If the property already has a background color, it will be replaced.
Applied on Properties
[BackgroundColor(0.2f, 0.2f, 0.3f)]
public int testWithBackgroundColor;
Last updated