Class CargoShipMarker
- Namespace
- RustPlusApi.Data.Markers
- Assembly
- RustPlusApi.dll
Map marker for the Cargo Ship event.
public sealed record CargoShipMarker : Marker, IEquatable<Marker>, IEquatable<CargoShipMarker>
- Inheritance
-
CargoShipMarker
- 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; }