Table of Contents
Extension methods for Il2CppAssets.Scripts.Models.Bloons.Behaviors.GrowModel.
public static class GrowModelExt
Inheritance System.Object GrowModelExt
Returns the ID of the BloonModel that this regrows into.
public static string GetRegrowBloon(this GrowModel growModel);
growModel
Il2CppAssets.Scripts.Models.Bloons.Behaviors.GrowModel
Sets which bloon this should regrow into.
public static void SetRegrowBloon(this GrowModel growModel, string regrowsTo, float regrowRate);
growModel
Il2CppAssets.Scripts.Models.Bloons.Behaviors.GrowModel
regrowsTo
System.String
The ID of the bloon this should regrow into
regrowRate
System.Single
The rate at which this regrows.
Sets which bloon this should regrow into.
public static void SetRegrowBloon(this GrowModel growModel, string regrowsTo);
growModel
Il2CppAssets.Scripts.Models.Bloons.Behaviors.GrowModel
regrowsTo
System.String
The ID of the bloon this should regrow into