Table of Contents

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

SlotType string

The slot type that selected the skin (for example paint_design).

VariantName string

The resolved material variant token (for example ngrc or rs).

Properties

SlotType

The slot type that selected the skin (for example paint_design).

public string SlotType { get; init; }

Property Value

string

VariantName

The resolved material variant token (for example ngrc or rs).

public string VariantName { get; init; }

Property Value

string