Skip to Main Content

BTD_Mod_Helper​.Api​.UI​.AspectRatios


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.UI

AspectRatios Class

The aspect ratios BTD6 runs at natively

public static class AspectRatios

Inheritance System.Object  AspectRatios

Properties

AspectRatios.Current Property

The current AspectRatio the game is running at

public static BTD_Mod_Helper.Api.UI.AspectRatio Current { get; }

Property Value

AspectRatio

Methods

AspectRatios.From(int, int) Method

Gets the BTD6 aspect ratio based on the screen width and height

public static BTD_Mod_Helper.Api.UI.AspectRatio From(int width, int height);

Parameters

width System.Int32

screen width

height System.Int32

screen height

Returns

AspectRatio
aspect ratio

To learn how to download BTD Mod Helper and install mods, click here