Enum MonumentAlignment
- Namespace
- RustMapsApi.V4.Models
- Assembly
- RustMapsApi.dll
The edge a monument is aligned to.
public enum MonumentAlignment
Fields
Bottom = 3Aligned to the bottom edge.
Left = 1Aligned to the left edge.
Right = 2Aligned to the right edge.
Top = 0Aligned to the top edge.