Table of Contents

Class VehicleColorMetadata

Namespace
S1API.Vehicles
Assembly
S1API.dll

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

VehicleColor

DisplayName

Gets the display name configured for this color in the base game.

public string? DisplayName { get; }

Property Value

string

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