Table of Contents

Class TravellingVendorMarker

Namespace
RustPlusApi.Data.Markers
Assembly
RustPlusApi.dll

Map marker for the Travelling Vendor (Rust+ marker type 9).

public sealed record TravellingVendorMarker : Marker, IEquatable<Marker>, IEquatable<TravellingVendorMarker>
Inheritance
TravellingVendorMarker
Implements
Inherited Members

Properties

Rotation

Heading in degrees (0–360) as sent by the server, or null when omitted. Consumers own the render transform (the official app draws icons rotated by -Rotation on a Y-down canvas).

public float? Rotation { get; init; }

Property Value

float?