fivenine.UnifiedMaps.MapRegion.World C# (CSharp) Méthode

World() public static méthode

Creates a map region that includes the whole world.
public static World ( ) : MapRegion
Résultat MapRegion
        public static MapRegion World() => new MapRegion(-180, 90, 180, -90);