Class ShroomAppearanceSettings
Represents the visual appearance settings for mushroom products, including colors and spot patterns.
public sealed class ShroomAppearanceSettings
- Inheritance
-
ShroomAppearanceSettings
- Inherited Members
- Extension Methods
Properties
DefaultPrimaryColor
The default primary color used for mushrooms.
public static Color32 DefaultPrimaryColor { get; }
Property Value
- Color32
DefaultSecondaryColor
The default secondary color used for mushrooms.
public static Color32 DefaultSecondaryColor { get; }
Property Value
- Color32
DefaultSpotsColor
The default spots color used for mushrooms.
public static Color32 DefaultSpotsColor { get; }
Property Value
- Color32
HasSpots
Whether this mushroom has spots on its cap.
public bool HasSpots { get; }
Property Value
PrimaryColor
The primary color of the mushroom.
public Color32 PrimaryColor { get; }
Property Value
- Color32
SecondaryColor
The secondary color of the mushroom.
public Color32 SecondaryColor { get; }
Property Value
- Color32
SpotsColor
The color of the spots on the mushroom cap (if HasSpots is true).
public Color32 SpotsColor { get; }
Property Value
- Color32
Methods
IsUninitialized()
Checks if the appearance settings are uninitialized (have default/clear colors).
public bool IsUninitialized()
Returns
- bool
True if the appearance settings are uninitialized, false otherwise.