Skip to Main Content

BTD_Mod_Helper​.Api​.Display​.ModBloonDisplay


BloonsTD6 Mod Helper

BTD_Mod_Helper.Api.Display

ModBloonDisplay Class

A ModDisplay that will automatically apply to a ModBloon

public abstract class ModBloonDisplay : BTD_Mod_Helper.Api.Display.ModDisplay

Inheritance System.ObjectModContentModDisplay  ModBloonDisplay

Derived
ModBloonCustomDisplay
ModBloonDisplay<T>

Properties

ModBloonDisplay.Bloon Property

The ModBloon that this ModDisplay is used for

public abstract BTD_Mod_Helper.Api.Bloons.ModBloon Bloon { get; }

Property Value

ModBloon

ModBloonDisplay.Damage Property

How damaged the Bloon is, higher numbers = use when more damaged

public virtual int Damage { get; }

Property Value

System.Int32

ModBloonDisplay.DisplayCategory Property

The DisplayCategory to use for the DisplayModel

public override DisplayCategory DisplayCategory { get; }

Property Value

Il2CppAssets.Scripts.Models.GenericBehaviors.DisplayCategory

Methods

ModBloonDisplay.GetBloonDisplay(string, int) Method

Gets the display used by the given Bloon, optionally at a particular damage amount

protected static string GetBloonDisplay(string bloonId, int damagedAmount=0);

Parameters

bloonId System.String

damagedAmount System.Int32

Returns

System.String

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