Class GenericRadiusMarker
- Namespace
- RustPlusApi.Data.Markers
- Assembly
- RustPlusApi.dll
Map marker for a generic radius overlay (Rust+ marker type 7), carrying its styling.
public sealed record GenericRadiusMarker : Marker, IEquatable<Marker>, IEquatable<GenericRadiusMarker>
- Inheritance
-
GenericRadiusMarker
- Implements
- Inherited Members
Properties
Alpha
Opacity of the overlay (0–1), or null when omitted.
public float? Alpha { get; init; }
Property Value
Color1
Primary color of the overlay, or null when omitted.
public MarkerColor? Color1 { get; init; }
Property Value
Color2
Secondary color of the overlay, or null when omitted.
public MarkerColor? Color2 { get; init; }
Property Value
Radius
Radius of the overlay circle in world units, or null when omitted.
public float? Radius { get; init; }