Struct VehicleVariants
Represent a vehicle variant, this consists of two bytes, combining separate features. Vehicle variants are actual changes within the 3d model itself.
Inherited Members
Namespace: SlipeServer.Server.ElementConcepts
Assembly: SlipeServer.Server.dll
Syntax
public readonly struct VehicleVariants
Properties
| Edit this page View SourceVariant1
Declaration
public byte Variant1 { get; init; }
Property Value
Type | Description |
---|---|
byte |
Variant2
Declaration
public byte Variant2 { get; init; }
Property Value
Type | Description |
---|---|
byte |