Table of Contents
Provides Utility methods for dealing with BloonModels
public class BloonModelUtils
Inheritance System.Object BloonModelUtils
Constructs an accurate BloonID for a BloonModel based off of it's statuses.
public static string ConstructBloonId(string bloonName, bool camo, bool regrow, bool fortified);
bloonName System.String
camo System.Boolean
regrow System.Boolean
fortified System.Boolean
Creates a GrowModel behavior that adds Regrowth.
public static GrowModel CreateGrowModel(string regrowsTo, float regrowRate);
regrowsTo System.String
regrowRate System.Single