Struct ActiveMaterialSkinSelection
- Namespace
- LibreRally.Vehicle
- Assembly
- LibreRally.dll
Active BeamNG material-skin selection contributed by a resolved part slot.
public readonly record struct ActiveMaterialSkinSelection : IEquatable<ActiveMaterialSkinSelection>
- Implements
- Inherited Members
Constructors
ActiveMaterialSkinSelection(string, string)
Active BeamNG material-skin selection contributed by a resolved part slot.
public ActiveMaterialSkinSelection(string SlotType, string VariantName)
Parameters
SlotTypestringThe slot type that selected the skin (for example
paint_design).VariantNamestringThe resolved material variant token (for example
ngrcorrs).
Properties
SlotType
The slot type that selected the skin (for example paint_design).
public string SlotType { get; init; }
Property Value
VariantName
The resolved material variant token (for example ngrc or rs).
public string VariantName { get; init; }