[This is preliminary documentation and is subject to change.]
Gets or sets the secondary color of this vehicle.
Namespace:
Rage
Assembly:
RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
public Color SecondaryColor { get; set; }
Public Property SecondaryColor As Color
Get
Set
public:
property Color SecondaryColor {
Color get ();
void set (Color value);
}
Property Value
Type:
ColorThe secondary color of this vehicle.
Reference