Table of Contents
Extensions for the BloonToSimulation
public static class BloonToSimulationExt
Inheritance System.Object BloonToSimulationExt
Return the Simulation Bloon for this specific BloonToSimulation. Returns object of class Bloon
public static Bloon GetBloon(this BloonToSimulation bloonToSim);
bloonToSim
Il2CppAssets.Scripts.Unity.Bridge.BloonToSimulation
Il2CppAssets.Scripts.Simulation.Bloons.Bloon
Return the DisplayNode for this bloon
public static DisplayNode GetDisplayNode(this BloonToSimulation bloonToSim);
bloonToSim
Il2CppAssets.Scripts.Unity.Bridge.BloonToSimulation
Il2CppAssets.Scripts.Simulation.Display.DisplayNode
Return the total distance this BloonToSim has travelled
public static float GetDistanceTravelled(this BloonToSimulation bloonToSim);
bloonToSim
Il2CppAssets.Scripts.Unity.Bridge.BloonToSimulation
Return the Id of this BloonToSimulation
public static ObjectId GetId(this BloonToSimulation bloonToSim);
bloonToSim
Il2CppAssets.Scripts.Unity.Bridge.BloonToSimulation
Return the UnityDisplayNode for this bloon. Is apart of DisplayNode. Needed to modify sprites
public static UnityDisplayNode GetUnityDisplayNode(this BloonToSimulation bloonToSim);
bloonToSim
Il2CppAssets.Scripts.Unity.Bridge.BloonToSimulation