Class VehicleColorMetadata
Describes a vehicle color using the base game's display metadata.
public sealed class VehicleColorMetadata
- Inheritance
-
VehicleColorMetadata
- Inherited Members
- Extension Methods
Properties
Color
Gets the vehicle color represented by this metadata.
public VehicleColor Color { get; }
Property Value
DisplayName
Gets the display name configured for this color in the base game.
public string? DisplayName { get; }
Property Value
MaterialColor
Gets the color applied to vehicle materials.
public Color MaterialColor { get; }
Property Value
- Color
UIColor
Gets the color used for this color in the base game UI.
public Color32 UIColor { get; }
Property Value
- Color32