public static RopesByBallons GetRopeByBallonStructure(Rope2D p_rope, bool p_registerNewIfDontFind = true, bool p_canCreateNewControllerIfDontExists = true) { RopesByBalloonsController v_instance = GetInstance(p_canCreateNewControllerIfDontExists); RopesByBallons v_return = null; if (v_instance != null) { v_return = v_instance.GetRopeByBallonStructureInternal(p_rope, p_registerNewIfDontFind); } return(v_return); }