Class Note
- Namespace
- RustPlusApi.Data.Notes
- Assembly
- RustPlusApi.dll
Base record for a map note, carrying the shared map coordinates.
public record Note : IEquatable<Note>
- Inheritance
-
Note
- Implements
- Derived
- Inherited Members
Properties
X
Horizontal map coordinate (west โ east).
public float X { get; init; }
Property Value
Y
Vertical map coordinate (south โ north).
public float Y { get; init; }